Package org.jspace.gate
Class ConnServerGate
java.lang.Object
org.jspace.gate.TcpServerGate
org.jspace.gate.ConnServerGate
- All Implemented Interfaces:
ServerGate
public class ConnServerGate extends TcpServerGate implements ServerGate
-
Field Summary
Fields inherited from class org.jspace.gate.TcpServerGate
address, backlog, isClosed, marshaller
-
Constructor Summary
Constructors Constructor Description ConnServerGate(jSpaceMarshaller marshaller, java.net.InetSocketAddress address, int backlog)
-
Method Summary
Modifier and Type Method Description protected ClientHandler
getClientHandler(java.net.Socket socket)
protected java.lang.String
getConnectionCode()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ConnServerGate
public ConnServerGate(jSpaceMarshaller marshaller, java.net.InetSocketAddress address, int backlog)
-
-
Method Details
-
getClientHandler
- Specified by:
getClientHandler
in classTcpServerGate
- Throws:
java.io.IOException
-
getConnectionCode
protected java.lang.String getConnectionCode()- Specified by:
getConnectionCode
in classTcpServerGate
-