JBoss Remoting 3 3.2.0.Beta2-redhat-1

org.jboss.remoting3.spi
Interface ConnectionProviderContext


public interface ConnectionProviderContext

A context for a connection provider. This provides additional endpoint methods to connection providers which are not accessible otherwise.


Method Summary
 void accept(ConnectionHandlerFactory connectionHandlerFactory)
          Accept a connection that was received by the corresponding protocol handler.
 Endpoint getEndpoint()
          Get the endpoint.
 Executor getExecutor()
          Get the endpoint's executor.
 

Method Detail

getExecutor

Executor getExecutor()
Get the endpoint's executor.

Returns:
the endpoint executor

accept

void accept(ConnectionHandlerFactory connectionHandlerFactory)
Accept a connection that was received by the corresponding protocol handler.

Parameters:
connectionHandlerFactory - the connection handler factory

getEndpoint

Endpoint getEndpoint()
Get the endpoint.

Returns:
the endpoint

JBoss Remoting 3 3.2.0.Beta2-redhat-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.