Package com.ibm.etill.framework.io

Interface Summary
ComPoint A ComPoint is a listening point for a specific communication protocol.
ETillConnection An ETillConnection represents a logical connection to a ComPoint.
HTTPConst This class defines the constants used for the HTTP protocol All these values comes from the IBM SET Advantis Payment Gateway version 0.2 book.
MimeConst This class defines the constants used in the Mime messages
All these values comes from the SET book appendix E.
SocketDownInterface A callback interface that allows objects of implementing classes to be notified when a socket connection goes down.
 

Class Summary
ByteArray The ByteArray class encapsulates an array of byte and provides a function for converting the array to a printable string with unprintable characters translated to {0xHH}, where HH is the hexidecimal byte code.
ClientSocket This class contains a single static method for a client program to use to connect to a target server TCP port possibly through a SOCKS server (using SOCKS version 4 protocol).
FrameworkDataStream This class defines the default data stream interface for the Commerce Payments framework.
FrameworkServerComPoint This is a concrete class that uses FrameworkDataStream objects to communicate through a ServerSocketComPoint.
HTTPInputStream This class defines a HTTP InputStream.
HTTPOutputStream This class defines an HTTP OutputStream.
MimeInputStream This class defines a Mime wrapped InputStream.
MimeOutputStream This class defines a Mime wrapped OutputStream.
ReconnectableClientSocket A class that encapsulates a reconnectable TCP socket that diagnoses whether the socket is down or not when function are called to get/put data to the socket.
ServerSocketComPoint This is an abstract server ComPoint class for Socket based communications.
SocketComPoint This is an abstract client ComPoint class for Socket based communications.
SocketConnections Class used to maintain and terminate socket connections and cannot be subclasssed.
SyncSocketComPoint This is an abstract client ComPoint class for synchronous Socket based communications.
TcpipHost TcpipHost is class that represents a server to which a TCP/IP connection can be made using a host name and a port
TimeOutInputStream This class defines a BufferedInputStream with improved read methods implementing buffered inputs, string recognitions and timeouts.
This class uses a BufferedInputStream to minimize the number of calls to the underlying InputStream.
This class has a read method that returns when a certain string has been detected into a stream.
TypicalClientSocket This is a convenience class.