TPTP 4.5.0 Platform Project
Internal API Specification

Package org.eclipse.hyades.internal.execution.core.file.socket

Interface Summary
ISocketChannel An abstraction above the socket channel to allow a socket channel to be emulated by taking a readable byte channel and a writeable byte channel and combining them into a new interface.
ISocketChannelFactory The socket channel factory creates socket channel objects given some seed information such as socket, real channel or connection information to establish a new socket channel.
 

Class Summary
SocketChannel An abstraction above the socket channel to allow a socket channel to be emulated by taking a readable byte channel and a writeable byte channel and combining them into a new interface.
SocketChannelFactory Factory to create the local socket channel abstraction, this factory offers a default instance to use for normal unsecure socket establishment but other factories can be implemented that implement the socket channel factory interface and used where socket channel factories are applicable and required
 


TPTP 4.5.0 Platform Project
Internal API Specification