org.apache.mina.protocol
Interface ProtocolProvider


public interface ProtocolProvider

Provides a required information to implement high-level protocols. It consists of:

If once you implement ProtocolProvider for your protocol, you can connect to or bind on SocketAddress using ProtocolAcceptor and ProtocolConnector.

Please refer to ReverserProtocolProvider example.

Version:
$Rev: 326586 $, $Date: 2005-10-19 17:50:29 +0200 (Wed, 19 Oct 2005) $
Author:
The Apache Directory Project (dev@directory.apache.org)

Method Summary
 ProtocolCodecFactory getCodecFactory()
           
 ProtocolHandler getHandler()
           
 

Method Detail

getCodecFactory

ProtocolCodecFactory getCodecFactory()

getHandler

ProtocolHandler getHandler()