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

java.lang.Object
  extended byorg.apache.geronimo.network.protocol.util.ByteKeyDownPacket
      extended byorg.apache.geronimo.security.network.protocol.PassthroughDownPacket
All Implemented Interfaces:
org.apache.geronimo.network.protocol.DownPacket, org.apache.geronimo.security.network.protocol.SubjectCarryingPackets

public class PassthroughDownPacket
extends org.apache.geronimo.network.protocol.util.ByteKeyDownPacket
implements 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
PassthroughDownPacket()
           
 
Method Summary
protected  Collection getChildBuffers()
           
 void setBuffers(Collection buffers)
           
 
Methods inherited from class org.apache.geronimo.network.protocol.util.ByteKeyDownPacket
getBuffers
 
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

PassthroughDownPacket

public PassthroughDownPacket()
Method Detail

setBuffers

public void setBuffers(Collection buffers)

getChildBuffers

protected Collection getChildBuffers()


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