Uses of Class
openr66.protocol.localhandler.packet.AbstractLocalPacket

Packages that use AbstractLocalPacket
openr66.protocol.localhandler.packet Classes implementing Packet for Local Handlers 
openr66.protocol.networkhandler.packet Classes implementing Packet for Network Handler 
openr66.protocol.utils Classes implementing Utilities 
 

Uses of AbstractLocalPacket in openr66.protocol.localhandler.packet
 

Subclasses of AbstractLocalPacket in openr66.protocol.localhandler.packet
 class AuthentPacket
          Request Authentication class header = "hostId" middle = "key bytes" end = localId + way
 class BusinessRequestPacket
          Business Request Message class for packet 1 string and on integer and one byte:
- sheader = full text with class at first place - smiddle = integer - send = byte
 class ConnectionErrorPacket
          Connection Error Message class for packet 2 strings: sheader,smiddle
 class DataPacket
          Data packet header = packetRank middle = data
 class EndRequestPacket
          End of Request class header = Error.code middle = way end = might be empty
 class EndTransferPacket
          End of Transfer class header = "request" middle = way end = empty
 class ErrorPacket
          Error Message class for packet 2 strings+1 error code: sheader,smiddle,code
 class InformationPacket
          Information of files class header = "rulename" middle = requestedInfo end = "FILENAME"
 class KeepAlivePacket
          Keep Alive class header = empty middle = way end = empty
 class NoOpPacket
          No Op class header = empty middle = empty end = empty
 class RequestPacket
          Request class header = "rulename MODETRANS" middle = way+"FILENAME BLOCKSIZE RANK specialId code" end = "fileInformation"
 class ShutdownPacket
          Shutdown Message class for packet 1 string: spassword(or key)
 class StartupPacket
          Startup Message class 1 localId (Integer): localId
 class TestPacket
          Test class for packet 3 strings: sheader,smiddle,send
 class ValidPacket
          Validation Message class for packet 2 strings and one byte: sheader,smiddle,send
 

Methods in openr66.protocol.localhandler.packet that return AbstractLocalPacket
static AbstractLocalPacket LocalPacketFactory.createPacketFromChannelBuffer(int headerLength, int middleLength, int endLength, org.jboss.netty.buffer.ChannelBuffer buf)
          This method create a Packet from the ChannelBuffer.
static AbstractLocalPacket LocalPacketCodec.decodeNetworkPacket(org.jboss.netty.buffer.ChannelBuffer buf)
           
 

Uses of AbstractLocalPacket in openr66.protocol.networkhandler.packet
 

Constructors in openr66.protocol.networkhandler.packet with parameters of type AbstractLocalPacket
NetworkPacket(int localId, int remoteId, AbstractLocalPacket packet)
           
 

Uses of AbstractLocalPacket in openr66.protocol.utils
 

Methods in openr66.protocol.utils with parameters of type AbstractLocalPacket
static org.jboss.netty.channel.ChannelFuture ChannelUtils.writeAbstractLocalPacket(LocalChannelReference localChannelReference, AbstractLocalPacket packet, boolean wait)
          Write an AbstractLocalPacket to the network Channel
static org.jboss.netty.channel.ChannelFuture ChannelUtils.writeAbstractLocalPacketToLocal(LocalChannelReference localChannelReference, AbstractLocalPacket packet)
          Write an AbstractLocalPacket to the Local Channel
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.