org.apache.geronimo.security.network.protocol
Class PassthroughUpPacket

java.lang.Object
  extended byorg.apache.geronimo.network.protocol.UpPacket
      extended byorg.apache.geronimo.network.protocol.util.ByteKeyUpPacket
          extended byorg.apache.geronimo.security.network.protocol.PassthroughUpPacket
All Implemented Interfaces:
org.apache.geronimo.network.protocol.PacketFactory, org.apache.geronimo.security.network.protocol.SubjectCarryingPackets

public class PassthroughUpPacket
extends org.apache.geronimo.network.protocol.util.ByteKeyUpPacket
implements org.apache.geronimo.network.protocol.PacketFactory, org.apache.geronimo.security.network.protocol.SubjectCarryingPackets

Version:
$Revision: 1.2 $ $Date: 2004/03/10 09:59:26 $

Field Summary
static byte PASSTHROUGH
           
static byte SUBJECT
           
 
Constructor Summary
PassthroughUpPacket()
           
 
Method Summary
 org.apache.geronimo.network.protocol.UpPacket create(ByteBuffer buffer)
           
 
Methods inherited from class org.apache.geronimo.network.protocol.UpPacket
getBuffer, getMetadata, setBuffer, setMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PASSTHROUGH

public static final byte PASSTHROUGH
See Also:
Constant Field Values

SUBJECT

public static final byte SUBJECT
See Also:
Constant Field Values
Constructor Detail

PassthroughUpPacket

public PassthroughUpPacket()
Method Detail

create

public org.apache.geronimo.network.protocol.UpPacket create(ByteBuffer buffer)
                                                     throws org.apache.geronimo.network.protocol.ProtocolException
Specified by:
create in interface org.apache.geronimo.network.protocol.PacketFactory
Throws:
org.apache.geronimo.network.protocol.ProtocolException


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.