p2ps.imp.endpoint.TCP
Class ASCIIMessageProtocolFactory

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

public class ASCIIMessageProtocolFactory
extends java.lang.Object
implements MessageProtocolHandlerFactory

The factory for ASCIIMessageProtocol handlers

Version:
$Revision: 295 $
Author:
Ian Wang

Constructor Summary
ASCIIMessageProtocolFactory()
           
 
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

ASCIIMessageProtocolFactory

public ASCIIMessageProtocolFactory()
Method Detail

newMessageProtocolHandler

public MessageProtocolHandler newMessageProtocolHandler()
Construct a new MessageProtocolHandler

Specified by:
newMessageProtocolHandler in interface MessageProtocolHandlerFactory