Remove @deprecated constructor. See #283
This commit is contained in:
parent
9f2c454ab7
commit
dcd2a10f95
@ -42,17 +42,6 @@ public class WebSocket00FrameDecoder extends ReplayingDecoder<VoidEnum> {
|
|||||||
this(DEFAULT_MAX_FRAME_SIZE);
|
this(DEFAULT_MAX_FRAME_SIZE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Creates a new instance of {@code WebSocketFrameDecoder} with the specified {@code maxFrameSize}. If the client
|
|
||||||
* sends a frame size larger than {@code maxFrameSize}, the channel will be closed.
|
|
||||||
*
|
|
||||||
* @param maxFrameSize
|
|
||||||
* the maximum frame size to decode
|
|
||||||
*/
|
|
||||||
public WebSocket00FrameDecoder(int maxFrameSize) {
|
|
||||||
this.maxFrameSize = maxFrameSize;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new instance of {@code WebSocketFrameDecoder} with the specified {@code maxFrameSize}. If the client
|
* Creates a new instance of {@code WebSocketFrameDecoder} with the specified {@code maxFrameSize}. If the client
|
||||||
* sends a frame size larger than {@code maxFrameSize}, the channel will be closed.
|
* sends a frame size larger than {@code maxFrameSize}, the channel will be closed.
|
||||||
|
Loading…
Reference in New Issue
Block a user