org.jboss.remoting.samples.config.factories
Class FactoryConfigSample.SampleServerSocketFactory
java.lang.Object
javax.net.ServerSocketFactory
org.jboss.remoting.samples.config.factories.FactoryConfigSample.SampleServerSocketFactory
- Enclosing class:
- FactoryConfigSample
public static class FactoryConfigSample.SampleServerSocketFactory
- extends javax.net.ServerSocketFactory
Methods inherited from class javax.net.ServerSocketFactory |
createServerSocket, getDefault |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FactoryConfigSample.SampleServerSocketFactory
public FactoryConfigSample.SampleServerSocketFactory()
createServerSocket
public java.net.ServerSocket createServerSocket(int arg0)
throws java.io.IOException
- Specified by:
createServerSocket
in class javax.net.ServerSocketFactory
- Throws:
java.io.IOException
createServerSocket
public java.net.ServerSocket createServerSocket(int arg0,
int arg1)
throws java.io.IOException
- Specified by:
createServerSocket
in class javax.net.ServerSocketFactory
- Throws:
java.io.IOException
createServerSocket
public java.net.ServerSocket createServerSocket(int arg0,
int arg1,
java.net.InetAddress arg2)
throws java.io.IOException
- Specified by:
createServerSocket
in class javax.net.ServerSocketFactory
- Throws:
java.io.IOException
Copyright © 1998-2005 JBoss Inc . All Rights Reserved.