|
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.Socket
com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream
public class TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream
Inner class for special Socket.
Constructor Summary | |
---|---|
TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream()
Constructor |
|
TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream(java.net.InetAddress address,
int port)
Constructor |
|
TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream(java.net.InetAddress address,
int port,
java.net.InetAddress localAddr,
int localPort)
Constructor |
|
TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream(java.lang.String host,
int port)
Constructor |
|
TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream(java.lang.String host,
int port,
java.net.InetAddress localAddr,
int localPort)
Constructor |
Method Summary | |
---|---|
java.io.InputStream |
getInputStream()
|
Methods inherited from class java.net.Socket |
---|
bind, close, connect, connect, getChannel, getInetAddress, getKeepAlive, getLocalAddress, getLocalPort, getLocalSocketAddress, getOOBInline, getOutputStream, getPort, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSoLinger, getSoTimeout, getTcpNoDelay, getTrafficClass, isBound, isClosed, isConnected, isInputShutdown, isOutputShutdown, sendUrgentData, setKeepAlive, setOOBInline, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSocketImplFactory, setSoLinger, setSoTimeout, setTcpNoDelay, setTrafficClass, shutdownInput, shutdownOutput, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream()
public TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream(java.lang.String host, int port) throws java.net.UnknownHostException, java.io.IOException
host
- port
-
java.net.UnknownHostException
java.io.IOException
public TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream(java.net.InetAddress address, int port) throws java.io.IOException
address
- port
-
java.io.IOException
public TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream(java.lang.String host, int port, java.net.InetAddress localAddr, int localPort) throws java.io.IOException
host
- port
- localAddr
- localPort
-
java.io.IOException
public TCPIPSocketFactoryExtendedImpl.SocketWithPushbackInputStream(java.net.InetAddress address, int port, java.net.InetAddress localAddr, int localPort) throws java.io.IOException
address
- port
- localAddr
- localPort
-
java.io.IOException
Method Detail |
---|
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in class java.net.Socket
java.io.IOException
Socket.getInputStream()
|
Sun Adapter for TCP/IP HL7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |