Liferay 6.2-ce-ga5

com.liferay.portal.kernel.nio.intraband.welder.socket
Class SocketWelder.Configuration

java.lang.Object
  extended by com.liferay.portal.kernel.nio.intraband.welder.socket.SocketWelder.Configuration
Enclosing class:
SocketWelder

protected static class SocketWelder.Configuration
extends Object


Field Summary
protected static int bufferSize
           
protected static boolean keepAlive
           
protected static boolean reuseAddress
           
protected static int serverStartPort
           
protected static int soLinger
           
protected static int soTimeout
           
protected static boolean tcpNoDelay
           
 
Constructor Summary
protected SocketWelder.Configuration()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bufferSize

protected static final int bufferSize

keepAlive

protected static final boolean keepAlive

reuseAddress

protected static final boolean reuseAddress

serverStartPort

protected static final int serverStartPort

soLinger

protected static final int soLinger

soTimeout

protected static final int soTimeout

tcpNoDelay

protected static final boolean tcpNoDelay
Constructor Detail

SocketWelder.Configuration

protected SocketWelder.Configuration()

Liferay 6.2-ce-ga5