rero.ircfw
Class ProtocolHandler

java.lang.Object
  extended byrero.ircfw.ProtocolHandler
All Implemented Interfaces:
FrameworkConstants, SocketDataListener

public class ProtocolHandler
extends Object
implements SocketDataListener, FrameworkConstants


Field Summary
 
Fields inherited from interface rero.ircfw.interfaces.FrameworkConstants
$ADDRESS$, $DATA$, $EVENT$, $HOST$, $NICK$, $NUMERIC$, $PARMS$, $RAW$, $SERVER$, $SOURCE$, $TARGET$, $TYPE$, $USER$
 
Constructor Summary
ProtocolHandler()
           
 
Method Summary
 InternalDataList getDataList()
           
 ProtocolDispatcher getProtocolDispatcher()
           
 void handleProtocol(String message)
           
 void socketDataRead(SocketEvent ev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtocolHandler

public ProtocolHandler()
Method Detail

socketDataRead

public void socketDataRead(SocketEvent ev)
Specified by:
socketDataRead in interface SocketDataListener

getDataList

public InternalDataList getDataList()

getProtocolDispatcher

public ProtocolDispatcher getProtocolDispatcher()

handleProtocol

public void handleProtocol(String message)