TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.hyades.internal.collection.framework
Class ClientHandlerImpl

java.lang.Object
  extended by 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


Constructor Summary
ClientHandlerImpl(java.net.Socket s)
           
 
Method Summary
 void closeConnection()
           
 byte[] getRemoteAddress()
           
 int read(byte[] b, int off, int len)
           
 int write(byte[] b, int off, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientHandlerImpl

public ClientHandlerImpl(java.net.Socket s)
Method Detail

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

TPTP 4.6.0 Platform Project
Internal API Specification