org.eclipse.hyades.internal.collection.framework
Class ClientHandlerImpl
java.lang.Object
org.eclipse.hyades.internal.collection.framework.ClientHandlerImpl
- All Implemented Interfaces:
- org.eclipse.hyades.execution.security.IClientHandler
public class ClientHandlerImpl
- extends java.lang.Object
- implements org.eclipse.hyades.execution.security.IClientHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientHandlerImpl
public ClientHandlerImpl(java.net.Socket s)
getRemoteAddress
public byte[] getRemoteAddress()
- Specified by:
getRemoteAddress in interface org.eclipse.hyades.execution.security.IClientHandler
read
public int read(byte[] b,
int off,
int len)
- Specified by:
read in interface org.eclipse.hyades.execution.security.IClientHandler
write
public int write(byte[] b,
int off,
int len)
- Specified by:
write in interface org.eclipse.hyades.execution.security.IClientHandler
closeConnection
public void closeConnection()
- Specified by:
closeConnection in interface org.eclipse.hyades.execution.security.IClientHandler