public static class WebSocketClient.Config
extends java.lang.Object
Constructor and Description |
---|
Config() |
Modifier and Type | Method and Description |
---|---|
void |
configure(java.nio.channels.SocketChannel channel) |
int |
getConnectTimeout() |
java.util.concurrent.TimeUnit |
getConnectTimeoutUnit() |
int |
getMaxReadLoops() |
int |
getReadBufferSizeInBytes() |
public void configure(java.nio.channels.SocketChannel channel) throws java.io.IOException
java.io.IOException
public int getReadBufferSizeInBytes()
public int getMaxReadLoops()
public int getConnectTimeout()
public java.util.concurrent.TimeUnit getConnectTimeoutUnit()
Copyright © 2019. All Rights Reserved.