org.jboss.remoting3.spi
Interface NetworkServerProvider
public interface NetworkServerProvider
A provider interface implemented by connection providers which can be connected to across the network.
getServerListener
org.jboss.xnio.ChannelListener<org.jboss.xnio.channels.ConnectedStreamChannel<InetSocketAddress>> getServerListener(org.jboss.xnio.OptionMap optionMap,
ServerAuthenticationProvider authenticationProvider)
- Get the channel open listener for servers of this connection provider type.
- Parameters:
optionMap - options which may be used to configure the returned serverauthenticationProvider - the server authentication provider
- Returns:
- the channel listener
Copyright © 2010 JBoss, a division of Red Hat, Inc.