org.apache.geronimo.security.network.protocol
Class SubjectCarryingChannel.SubjectPacketFilter

java.lang.Object
  extended by org.activeio.packet.FilterPacket
      extended by org.apache.geronimo.security.network.protocol.SubjectCarryingChannel.SubjectPacketFilter
All Implemented Interfaces:
org.activeio.Disposable, org.activeio.Packet
Enclosing class:
SubjectCarryingChannel

public class SubjectCarryingChannel.SubjectPacketFilter
extends org.activeio.packet.FilterPacket


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.activeio.Packet
org.activeio.Packet.ByteSequence
 
Field Summary
 
Fields inherited from class org.activeio.packet.FilterPacket
next
 
Method Summary
 org.activeio.Packet filter(org.activeio.Packet packet)
           
 Object narrow(Class target)
           
 
Methods inherited from class org.activeio.packet.FilterPacket
asByteSequence, capacity, clear, dispose, duplicate, duplicate, flip, hasRemaining, limit, limit, position, position, read, read, read, remaining, rewind, slice, sliceAsBytes, write, write, writeTo, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

narrow

public Object narrow(Class target)
Specified by:
narrow in interface org.activeio.Packet
Overrides:
narrow in class org.activeio.packet.FilterPacket

filter

public org.activeio.Packet filter(org.activeio.Packet packet)
Specified by:
filter in class org.activeio.packet.FilterPacket


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