public static class WebSocketClient.Config extends Object
Constructor and Description |
---|
Config() |
Modifier and Type | Method and Description |
---|---|
void |
configure(SocketChannel channel) |
int |
getConnectTimeout() |
TimeUnit |
getConnectTimeoutUnit() |
int |
getMaxReadLoops() |
int |
getReadBufferSizeInBytes() |
public void configure(SocketChannel channel) throws IOException
IOException
public int getReadBufferSizeInBytes()
public int getMaxReadLoops()
public int getConnectTimeout()
public TimeUnit getConnectTimeoutUnit()
Copyright © 2016. All Rights Reserved.