com.liferay.portal.kernel.nio.intraband.welder.socket
Class SocketWelder
java.lang.Object
com.liferay.portal.kernel.nio.intraband.welder.BaseWelder
com.liferay.portal.kernel.nio.intraband.welder.socket.SocketWelder
- All Implemented Interfaces:
- Welder, java.io.Serializable
public class SocketWelder
- extends BaseWelder
- Author:
- Shuyang Zhou
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bufferSize
protected final int bufferSize
keepAlive
protected final boolean keepAlive
reuseAddress
protected final boolean reuseAddress
serverPort
protected final int serverPort
serverSocketChannel
protected final transient java.nio.channels.ServerSocketChannel serverSocketChannel
socketChannel
protected transient java.nio.channels.SocketChannel socketChannel
soLinger
protected final int soLinger
soTimeout
protected final int soTimeout
tcpNoDelay
protected final boolean tcpNoDelay
SocketWelder
public SocketWelder()
throws java.io.IOException
- Throws:
java.io.IOException
doDestroy
protected void doDestroy()
throws java.io.IOException
- Specified by:
doDestroy in class BaseWelder
- Throws:
java.io.IOException
weldClient
protected RegistrationReference weldClient(Intraband intraband)
throws java.io.IOException
- Specified by:
weldClient in class BaseWelder
- Throws:
java.io.IOException
weldServer
protected RegistrationReference weldServer(Intraband intraband)
throws java.io.IOException
- Specified by:
weldServer in class BaseWelder
- Throws:
java.io.IOException