public static class FastCastConfiguration.SocketConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
SocketConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
int |
socketReceiveBufferSize() |
void |
socketReceiveBufferSize(int socketReceiveBufferSize) |
int |
socketSendBufferSize() |
void |
socketSendBufferSize(int socketSendBufferSize) |
int |
ttl() |
void |
ttl(int ttl) |
public int ttl()
public void ttl(int ttl)
public int socketReceiveBufferSize()
public void socketReceiveBufferSize(int socketReceiveBufferSize)
public int socketSendBufferSize()
public void socketSendBufferSize(int socketSendBufferSize)
Copyright © 2015 Artem Dmitriev. All Rights Reserved.