p2ps.endpoint
Interface MessageProtocolHandlerFactory

All Known Implementing Classes:
ASCIIMessageProtocolFactory, DefaultTCPMessageProtocolFactory

public interface MessageProtocolHandlerFactory

Factory class for constructing MessageProtocolHandler instances

Version:
$Revision: 295 $
Author:
Ian Wang

Method Summary
 MessageProtocolHandler newMessageProtocolHandler()
          Construct a new MessageProtocolHandler
 

Method Detail

newMessageProtocolHandler

public MessageProtocolHandler newMessageProtocolHandler()
Construct a new MessageProtocolHandler