JBoss Remoting 3.1.0.Beta1

org.jboss.remoting3.spi
Interface NetworkServerProvider


public interface NetworkServerProvider

A provider interface implemented by connection providers which can be connected to across the network.


Method Summary
 org.jboss.xnio.ChannelListener<org.jboss.xnio.channels.ConnectedStreamChannel<InetSocketAddress>> getServerListener(org.jboss.xnio.OptionMap optionMap)
          Get the channel open listener for servers of this connection provider type.
 

Method Detail

getServerListener

org.jboss.xnio.ChannelListener<org.jboss.xnio.channels.ConnectedStreamChannel<InetSocketAddress>> getServerListener(org.jboss.xnio.OptionMap optionMap)
Get the channel open listener for servers of this connection provider type.

Parameters:
optionMap - options which may be used to configure the returned server
Returns:
the channel listener

JBoss Remoting 3.1.0.Beta1

Copyright © 2010 JBoss, a division of Red Hat, Inc.