org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor
Interface AdaptorServerSocketFactory

All Known Implementing Classes:
PlainAdaptorServerSocketFactory

public interface AdaptorServerSocketFactory

The ServerSocket factory interface.

It allows to create ServerSocket for JMX adaptors

Version:
$Revision: 1.1.1.1 $
Author:
Carlos Quiroz, Simone Bordet

Method Summary
 ServerSocket createServerSocket(int port, int backlog, String host)
          Creates a new ServerSocket on the specified port, with the specified backlog and on the given host.
 

Method Detail

createServerSocket

ServerSocket createServerSocket(int port,
                                int backlog,
                                String host)
                                throws IOException
Creates a new ServerSocket on the specified port, with the specified backlog and on the given host.
The last parameter is useful for hosts with more than one IP address.

Throws:
IOException


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.