p2ps.imp.endpoint.TCP
Class DefaultTCPMessageProtocolFactory

java.lang.Object
  extended byp2ps.imp.endpoint.TCP.DefaultTCPMessageProtocolFactory
All Implemented Interfaces:
MessageProtocolHandlerFactory

public class DefaultTCPMessageProtocolFactory
extends java.lang.Object
implements MessageProtocolHandlerFactory

The factory for DefaultTCPMessageProtocol handlers

Version:
$Revision: 295 $
Author:
Ian Wang

Constructor Summary
DefaultTCPMessageProtocolFactory()
           
 
Method Summary
 MessageProtocolHandler newMessageProtocolHandler()
          Construct a new MessageProtocolHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTCPMessageProtocolFactory

public DefaultTCPMessageProtocolFactory()
Method Detail

newMessageProtocolHandler

public MessageProtocolHandler newMessageProtocolHandler()
Construct a new MessageProtocolHandler

Specified by:
newMessageProtocolHandler in interface MessageProtocolHandlerFactory