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: 357871 $, $Date: 2005-12-20 10:56:40 +0900 (Tue, 20 Dec 2005) $
Author:
The Apache Directory Project (dev@directory.apache.org)

Method Summary
 ProtocolCodecFactory getCodecFactory()
           
 ProtocolHandler getHandler()
           
 

Method Detail

getCodecFactory

ProtocolCodecFactory getCodecFactory()

getHandler

ProtocolHandler getHandler()


Copyright © 2004-2005 . All Rights Reserved.