|
Sun Adapter for TCP/IP HL7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.net.ServerSocket
com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream
public class TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream
Inner class for special ServerSocket.
| Constructor Summary | |
|---|---|
TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream(int port)
Constructor |
|
TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream(int port,
int backlog)
Constructor |
|
TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream(int port,
int backlog,
java.net.InetAddress bindAddr)
Constructor |
|
| Method Summary | |
|---|---|
java.net.Socket |
accept()
|
| Methods inherited from class java.net.ServerSocket |
|---|
bind, bind, close, getChannel, getInetAddress, getLocalPort, getLocalSocketAddress, getReceiveBufferSize, getReuseAddress, getSoTimeout, implAccept, isBound, isClosed, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSocketFactory, setSoTimeout, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream(int port,
int backlog,
java.net.InetAddress bindAddr)
throws java.io.IOException
port - backlog - bindAddr -
java.io.IOException
public TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream(int port)
throws java.io.IOException
port -
java.io.IOException
public TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream(int port,
int backlog)
throws java.io.IOException
port - backlog -
java.io.IOException| Method Detail |
|---|
public java.net.Socket accept()
throws java.io.IOException
accept in class java.net.ServerSocketjava.io.IOExceptionServerSocket.accept()
|
Sun Adapter for TCP/IP HL7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||