org.jboss.remoting.transport.multiplex
Class MultiPortVirtualServerSocket
java.lang.Object
java.net.ServerSocket
org.jboss.remoting.transport.multiplex.MultiPortVirtualServerSocket
- public class MultiPortVirtualServerSocket
- extends java.net.ServerSocket
Copyright (c) 2005
- Author:
- Ron Sigal
Methods inherited from class java.net.ServerSocket |
bind, bind, getChannel, getInetAddress, getLocalPort, getLocalSocketAddress, getReceiveBufferSize, getReuseAddress, getSoTimeout, implAccept, isBound, isClosed, setReceiveBufferSize, setReuseAddress, setSocketFactory, setSoTimeout |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MultiPortVirtualServerSocket
public MultiPortVirtualServerSocket()
throws java.io.IOException
- Throws:
java.io.IOException
MultiPortVirtualServerSocket
public MultiPortVirtualServerSocket(int port)
throws java.io.IOException
- Parameters:
port
-
- Throws:
java.io.IOException
MultiPortVirtualServerSocket
public MultiPortVirtualServerSocket(int port,
int backlog)
throws java.io.IOException
- Parameters:
port
- backlog
-
- Throws:
java.io.IOException
MultiPortVirtualServerSocket
public MultiPortVirtualServerSocket(int port,
int backlog,
java.net.InetAddress bindAddr)
throws java.io.IOException
- Parameters:
port
- backlog
- bindAddr
-
- Throws:
java.io.IOException
accept
public java.net.Socket accept()
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString()
Copyright © 1998-2005 JBoss Inc . All Rights Reserved.