public interface Protocol
| Modifier and Type | Method and Description |
|---|---|
ProtocolConfiguration |
getConfiguration()
Return the
ProtocolConfiguration |
ProtocolHandlerChain |
getProtocolChain()
Return the
ProtocolHandlerChain which is defined for the Protocol |
ProtocolSession |
newSession(ProtocolTransport transport)
Create a new
ProtocolSession for the given ProtocolTransport |
ProtocolHandlerChain getProtocolChain()
ProtocolHandlerChain which is defined for the ProtocolProtocolConfiguration getConfiguration()
ProtocolConfigurationProtocolSession newSession(ProtocolTransport transport)
ProtocolSession for the given ProtocolTransporttransport - Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.