public class SocketDefaults extends Object
Modifier and Type | Field and Description |
---|---|
static SocketDefaults |
instance |
Modifier and Type | Method and Description |
---|---|
int |
getSoLinger() |
int |
getTcpReceiveBufferSize() |
int |
getTcpSendBufferSize() |
int |
getTrafficClass() |
boolean |
isReuseAddress() |
boolean |
isTcpKeepAlive() |
boolean |
isTcpNoDelay() |
public static final SocketDefaults instance
public boolean isTcpNoDelay()
public int getTcpSendBufferSize()
public int getTcpReceiveBufferSize()
public boolean isTcpKeepAlive()
public boolean isReuseAddress()
public int getSoLinger()
public int getTrafficClass()
Copyright © 2015. All Rights Reserved.