Sun Adapter for TCP/IP HL7

com.stc.connector.tcpip.model.factory
Class TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream

java.lang.Object
  extended by java.net.ServerSocket
      extended by com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream
Enclosing class:
TCPIPSocketFactoryExtendedImpl

public class TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream
extends java.net.ServerSocket

Inner class for special ServerSocket.

Version:
cvs revision: $Revision: 1.3 $ Last Modified: $Date: 2008/03/03 15:35:59 $
Author:
Harry Liu (harry.liu@seebeyond.com)

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

TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream

public TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream(int port,
                                                                          int backlog,
                                                                          java.net.InetAddress bindAddr)
                                                                   throws java.io.IOException
Constructor

Parameters:
port -
backlog -
bindAddr -
Throws:
java.io.IOException

TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream

public TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream(int port)
                                                                   throws java.io.IOException
Constructor

Parameters:
port -
Throws:
java.io.IOException

TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream

public TCPIPSocketFactoryExtendedImpl.ServerSocketWithPushbackInputStream(int port,
                                                                          int backlog)
                                                                   throws java.io.IOException
Constructor

Parameters:
port -
backlog -
Throws:
java.io.IOException
Method Detail

accept

public java.net.Socket accept()
                       throws java.io.IOException
Overrides:
accept in class java.net.ServerSocket
Throws:
java.io.IOException
See Also:
ServerSocket.accept()

Sun Adapter for TCP/IP HL7