|
JBoss Remoting 3 3.2.12.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionHandler
A connection to a foreign endpoint. This interface is implemented by the protocol implementation.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jboss.remoting3.HandleableCloseable |
|---|
HandleableCloseable.Key |
| Method Summary | |
|---|---|
Collection<Principal> |
getPrincipals()
Get the authenticated principals for this connection. |
String |
getRemoteEndpointName()
Get the name of the remote endpoint. |
UserInfo |
getUserInfo()
Get the authenticated UserInfo for this connection. |
org.xnio.Cancellable |
open(String serviceType,
org.xnio.Result<Channel> result,
org.xnio.OptionMap optionMap)
Open a request handler. |
| Methods inherited from interface org.jboss.remoting3.HandleableCloseable |
|---|
addCloseHandler, awaitClosed, awaitClosedUninterruptibly, close, closeAsync |
| Method Detail |
|---|
org.xnio.Cancellable open(String serviceType,
org.xnio.Result<Channel> result,
org.xnio.OptionMap optionMap)
serviceType - the service type stringresult - the result for the connected channeloptionMap - the options for this service
Collection<Principal> getPrincipals()
UserInfo getUserInfo()
String getRemoteEndpointName()
|
JBoss Remoting 3 3.2.12.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||