org.jpos.iso
Interface ServerChannel
- All Superinterfaces:
- ISOChannel, ISOSource
- All Known Implementing Classes:
- AmexChannel, ASCIIChannel, BASE24Channel, BASE24TCPChannel, BaseChannel, CSChannel, GZIPChannel, HEXChannel, LogChannel, NACChannel, NCCChannel, PADChannel, PostChannel, RawChannel, VAPChannel, X25Channel, XMLChannel
public interface ServerChannel
- extends ISOChannel
Tag this channel as a server one (from a Socket point of view)
Please note that ISOChannel implementations may choose to
implement ClientChannel as well as ServerChannel, being a
client does not mean it can not be a server too.
- Version:
- $Revision: 2594 $ $Date: 2008-01-22 08:41:31 -0800 (Tue, 22 Jan 2008) $
- Author:
- Alejandro P. Revilla
- See Also:
ISOChannel,
ClientChannel
|
Method Summary |
void |
accept(java.net.ServerSocket s)
Accepts connection |
| Methods inherited from interface org.jpos.iso.ISOChannel |
clone, connect, disconnect, getName, getPackager, isConnected, receive, reconnect, send, setName, setPackager, setUsable |
accept
void accept(java.net.ServerSocket s)
throws java.io.IOException
- Accepts connection
- Throws:
java.io.IOException