io.netty.channel.MessageSizeEstimator Java Examples

The following examples show how to use io.netty.channel.MessageSizeEstimator. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: DefaultSocketChannelConfig.java    From netty4.0.27Learn with Apache License 2.0 4 votes vote down vote up
@Override
public SocketChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator) {
    super.setMessageSizeEstimator(estimator);
    return this;
}
 
Example #2
Source File: DefaultSctpServerChannelConfig.java    From netty4.0.27Learn with Apache License 2.0 4 votes vote down vote up
@Override
public SctpServerChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator) {
    super.setMessageSizeEstimator(estimator);
    return this;
}
 
Example #3
Source File: DefaultSctpChannelConfig.java    From netty4.0.27Learn with Apache License 2.0 4 votes vote down vote up
@Override
public SctpChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator) {
    super.setMessageSizeEstimator(estimator);
    return this;
}
 
Example #4
Source File: SctpChannelConfig.java    From netty4.0.27Learn with Apache License 2.0 4 votes vote down vote up
@Override
SctpChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator);
 
Example #5
Source File: EpollServerChannelConfig.java    From netty4.0.27Learn with Apache License 2.0 4 votes vote down vote up
@Override
public EpollServerChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator) {
    super.setMessageSizeEstimator(estimator);
    return this;
}
 
Example #6
Source File: EpollDomainSocketChannelConfig.java    From netty4.0.27Learn with Apache License 2.0 4 votes vote down vote up
@Override
public EpollDomainSocketChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator) {
    super.setMessageSizeEstimator(estimator);
    return this;
}
 
Example #7
Source File: EpollDatagramChannelConfig.java    From netty4.0.27Learn with Apache License 2.0 4 votes vote down vote up
@Override
public EpollDatagramChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator) {
    super.setMessageSizeEstimator(estimator);
    return this;
}
 
Example #8
Source File: EpollSocketChannelConfig.java    From netty4.0.27Learn with Apache License 2.0 4 votes vote down vote up
@Override
public EpollSocketChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator) {
    super.setMessageSizeEstimator(estimator);
    return this;
}
 
Example #9
Source File: EpollServerSocketChannelConfig.java    From netty4.0.27Learn with Apache License 2.0 4 votes vote down vote up
@Override
public EpollServerSocketChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator) {
    super.setMessageSizeEstimator(estimator);
    return this;
}
 
Example #10
Source File: XnioSocketChannelConfig.java    From netty-xnio-transport with Apache License 2.0 4 votes vote down vote up
@Override
public SocketChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator) {
    super.setMessageSizeEstimator(estimator);
    return this;
}
 
Example #11
Source File: XnioServerSocketChannelConfigImpl.java    From netty-xnio-transport with Apache License 2.0 4 votes vote down vote up
@Override
public XnioServerSocketChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator) {
    super.setMessageSizeEstimator(estimator);
    return this;
}
 
Example #12
Source File: XnioServerSocketChannelConfig.java    From netty-xnio-transport with Apache License 2.0 4 votes vote down vote up
@Override
XnioServerSocketChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator);
 
Example #13
Source File: EpollChannelConfig.java    From netty4.0.27Learn with Apache License 2.0 4 votes vote down vote up
@Override
public EpollChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator) {
    super.setMessageSizeEstimator(estimator);
    return this;
}
 
Example #14
Source File: DatagramChannelConfig.java    From netty4.0.27Learn with Apache License 2.0 4 votes vote down vote up
@Override
DatagramChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator);
 
Example #15
Source File: DefaultServerSocketChannelConfig.java    From netty4.0.27Learn with Apache License 2.0 4 votes vote down vote up
@Override
public ServerSocketChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator) {
    super.setMessageSizeEstimator(estimator);
    return this;
}
 
Example #16
Source File: DefaultDatagramChannelConfig.java    From netty4.0.27Learn with Apache License 2.0 4 votes vote down vote up
@Override
public DatagramChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator) {
    super.setMessageSizeEstimator(estimator);
    return this;
}
 
Example #17
Source File: OioSocketChannelConfig.java    From netty4.0.27Learn with Apache License 2.0 4 votes vote down vote up
@Override
OioSocketChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator);
 
Example #18
Source File: DefaultOioServerSocketChannelConfig.java    From netty4.0.27Learn with Apache License 2.0 4 votes vote down vote up
@Override
public OioServerSocketChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator) {
    super.setMessageSizeEstimator(estimator);
    return this;
}
 
Example #19
Source File: DefaultOioSocketChannelConfig.java    From netty4.0.27Learn with Apache License 2.0 4 votes vote down vote up
@Override
public OioSocketChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator) {
    super.setMessageSizeEstimator(estimator);
    return this;
}
 
Example #20
Source File: OioServerSocketChannelConfig.java    From netty4.0.27Learn with Apache License 2.0 4 votes vote down vote up
@Override
OioServerSocketChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator);
 
Example #21
Source File: SocketChannelConfig.java    From netty4.0.27Learn with Apache License 2.0 4 votes vote down vote up
@Override
SocketChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator);
 
Example #22
Source File: DefaultUdtChannelConfig.java    From netty4.0.27Learn with Apache License 2.0 4 votes vote down vote up
@Override
public UdtChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator) {
    super.setMessageSizeEstimator(estimator);
    return this;
}
 
Example #23
Source File: UdtServerChannelConfig.java    From netty4.0.27Learn with Apache License 2.0 4 votes vote down vote up
@Override
UdtServerChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator);
 
Example #24
Source File: DefaultUdtServerChannelConfig.java    From netty4.0.27Learn with Apache License 2.0 4 votes vote down vote up
@Override
public UdtServerChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator) {
    super.setMessageSizeEstimator(estimator);
    return this;
}
 
Example #25
Source File: UdtChannelConfig.java    From netty4.0.27Learn with Apache License 2.0 4 votes vote down vote up
@Override
UdtChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator);
 
Example #26
Source File: UkcpServerChannelConfig.java    From kcp-netty with MIT License 4 votes vote down vote up
@Override
UkcpServerChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator);
 
Example #27
Source File: DefaultUkcpServerChildChannelConfig.java    From kcp-netty with MIT License 4 votes vote down vote up
@Override
public UkcpChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator) {
    super.setMessageSizeEstimator(estimator);
    return this;
}
 
Example #28
Source File: DefaultUkcpClientChannelConfig.java    From kcp-netty with MIT License 4 votes vote down vote up
@Override
public UkcpClientChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator) {
    super.setMessageSizeEstimator(estimator);
    return this;
}
 
Example #29
Source File: UkcpClientChannelConfig.java    From kcp-netty with MIT License 4 votes vote down vote up
@Override
UkcpClientChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator);
 
Example #30
Source File: DefaultUkcpServerChannelConfig.java    From kcp-netty with MIT License 4 votes vote down vote up
@Override
public UkcpServerChannelConfig setMessageSizeEstimator(MessageSizeEstimator estimator) {
    super.setMessageSizeEstimator(estimator);
    return this;
}