Browse Source

move queue.disruptor and packagescope RingBufferUtils/RequestTask

pull/1111/head
Stephane Maldini 9 years ago
parent
commit
7b3e9e0950
  1. 2
      spring-web-reactive/src/main/java/org/springframework/http/server/reactive/UndertowHttpHandlerAdapter.java
  2. 2
      spring-web-reactive/src/main/java/org/springframework/http/server/reactive/WriteWithOperator.java
  3. 2
      spring-web-reactive/src/main/java/org/springframework/http/server/reactive/boot/ReactorHttpServer.java

2
spring-web-reactive/src/main/java/org/springframework/http/server/reactive/UndertowHttpHandlerAdapter.java

@ -38,7 +38,7 @@ import org.xnio.channels.StreamSourceChannel; @@ -38,7 +38,7 @@ import org.xnio.channels.StreamSourceChannel;
import reactor.core.publisher.Mono;
import reactor.core.subscriber.BaseSubscriber;
import reactor.core.subscription.BackpressureUtils;
import reactor.core.support.Exceptions;
import reactor.core.util.Exceptions;
import org.springframework.util.Assert;

2
spring-web-reactive/src/main/java/org/springframework/http/server/reactive/WriteWithOperator.java

@ -19,7 +19,7 @@ import org.reactivestreams.Publisher; @@ -19,7 +19,7 @@ import org.reactivestreams.Publisher;
import org.reactivestreams.Subscriber;
import org.reactivestreams.Subscription;
import reactor.core.subscriber.SubscriberBarrier;
import reactor.core.support.Assert;
import reactor.core.util.Assert;
import reactor.fn.Function;

2
spring-web-reactive/src/main/java/org/springframework/http/server/reactive/boot/ReactorHttpServer.java

@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
package org.springframework.http.server.reactive.boot;
import reactor.core.support.ReactiveState;
import reactor.core.util.ReactiveState;
import reactor.io.buffer.Buffer;
import reactor.io.net.ReactiveNet;

Loading…
Cancel
Save