@ -616,14 +616,14 @@ public class AspectJExpressionPointcut extends AbstractExpressionPointcut
@@ -616,14 +616,14 @@ public class AspectJExpressionPointcut extends AbstractExpressionPointcut
@ -319,7 +319,7 @@ public class MethodInvocationProceedingJoinPoint implements ProceedingJoinPoint,
@@ -319,7 +319,7 @@ public class MethodInvocationProceedingJoinPoint implements ProceedingJoinPoint,
@ -85,13 +85,13 @@ public class DataBufferWrapper implements DataBuffer {
@@ -85,13 +85,13 @@ public class DataBufferWrapper implements DataBuffer {
}
@Override
@Deprecated
@Deprecated(since="6.0")
publicDataBuffercapacity(intcapacity){
returnthis.delegate.capacity(capacity);
}
@Override
@Deprecated
@Deprecated(since="6.0")
publicDataBufferensureCapacity(intcapacity){
returnthis.delegate.ensureCapacity(capacity);
}
@ -173,13 +173,13 @@ public class DataBufferWrapper implements DataBuffer {
@@ -173,13 +173,13 @@ public class DataBufferWrapper implements DataBuffer {
@ -190,25 +190,25 @@ public class DataBufferWrapper implements DataBuffer {
@@ -190,25 +190,25 @@ public class DataBufferWrapper implements DataBuffer {
@ -180,7 +180,7 @@ public class DefaultDataBuffer implements DataBuffer {
@@ -180,7 +180,7 @@ public class DefaultDataBuffer implements DataBuffer {
}
@Override
@Deprecated
@Deprecated(since="6.0")
publicDataBuffercapacity(intcapacity){
setCapacity(capacity);
returnthis;
@ -340,7 +340,7 @@ public class DefaultDataBuffer implements DataBuffer {
@@ -340,7 +340,7 @@ public class DefaultDataBuffer implements DataBuffer {
}
@Override
@Deprecated
@Deprecated(since="6.0")
publicDefaultDataBufferslice(intindex,intlength){
checkIndex(index,length);
intoldPosition=this.byteBuffer.position();
@ -380,13 +380,13 @@ public class DefaultDataBuffer implements DataBuffer {
@@ -380,13 +380,13 @@ public class DefaultDataBuffer implements DataBuffer {
@ -85,7 +85,7 @@ public class DefaultDataBufferFactory implements DataBufferFactory {
@@ -85,7 +85,7 @@ public class DefaultDataBufferFactory implements DataBufferFactory {
@ -138,7 +138,7 @@ public final class JettyDataBuffer implements PooledDataBuffer {
@@ -138,7 +138,7 @@ public final class JettyDataBuffer implements PooledDataBuffer {
}
@Override
@Deprecated
@Deprecated(since="6.0")
publicDataBuffercapacity(intcapacity){
this.delegate.capacity(capacity);
returnthis;
@ -225,7 +225,7 @@ public final class JettyDataBuffer implements PooledDataBuffer {
@@ -225,7 +225,7 @@ public final class JettyDataBuffer implements PooledDataBuffer {
@ -250,19 +250,19 @@ public final class JettyDataBuffer implements PooledDataBuffer {
@@ -250,19 +250,19 @@ public final class JettyDataBuffer implements PooledDataBuffer {
@ -65,7 +65,7 @@ public class JettyDataBufferFactory implements DataBufferFactory {
@@ -65,7 +65,7 @@ public class JettyDataBufferFactory implements DataBufferFactory {
@ -135,7 +135,7 @@ public class NettyDataBuffer implements PooledDataBuffer {
@@ -135,7 +135,7 @@ public class NettyDataBuffer implements PooledDataBuffer {
}
@Override
@Deprecated
@Deprecated(since="6.0")
publicNettyDataBuffercapacity(intcapacity){
this.byteBuf.capacity(capacity);
returnthis;
@ -255,14 +255,14 @@ public class NettyDataBuffer implements PooledDataBuffer {
@@ -255,14 +255,14 @@ public class NettyDataBuffer implements PooledDataBuffer {
@ -285,19 +285,19 @@ public class NettyDataBuffer implements PooledDataBuffer {
@@ -285,19 +285,19 @@ public class NettyDataBuffer implements PooledDataBuffer {
@ -61,7 +61,7 @@ public class NettyDataBufferFactory implements DataBufferFactory {
@@ -61,7 +61,7 @@ public class NettyDataBufferFactory implements DataBufferFactory {
@ -162,7 +162,7 @@ public class JettyWebSocketHandlerAdapter implements Session.Listener {
@@ -162,7 +162,7 @@ public class JettyWebSocketHandlerAdapter implements Session.Listener {
}
@Override
@Deprecated
@Deprecated(since="6.0")
publicDataBuffercapacity(intcapacity){
this.delegate.capacity(capacity);
returnthis;
@ -249,7 +249,7 @@ public class JettyWebSocketHandlerAdapter implements Session.Listener {
@@ -249,7 +249,7 @@ public class JettyWebSocketHandlerAdapter implements Session.Listener {
@ -262,19 +262,19 @@ public class JettyWebSocketHandlerAdapter implements Session.Listener {
@@ -262,19 +262,19 @@ public class JettyWebSocketHandlerAdapter implements Session.Listener {