org.apache.geronimo.security.network.protocol
Class SubjectCarryingClientProtocol
java.lang.Object
org.apache.geronimo.network.protocol.AbstractProtocol
org.apache.geronimo.security.network.protocol.SubjectCarryingClientProtocol
- All Implemented Interfaces:
- Cloneable, org.apache.geronimo.network.protocol.Protocol
- public class SubjectCarryingClientProtocol
- extends org.apache.geronimo.network.protocol.AbstractProtocol
- Version:
- $Revision: 1.4 $ $Date: 2004/08/01 13:41:16 $
Method Summary |
void |
drain()
|
void |
flush()
|
void |
sendDown(org.apache.geronimo.network.protocol.DownPacket packet)
|
void |
sendUp(org.apache.geronimo.network.protocol.UpPacket packet)
|
void |
setup()
|
void |
teardown()
|
Methods inherited from class org.apache.geronimo.network.protocol.AbstractProtocol |
clearLinks, cloneProtocol, getDownProtocol, getUpProtocol, setDownProtocol, setUpProtocol |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubjectCarryingClientProtocol
public SubjectCarryingClientProtocol()
setup
public void setup()
throws org.apache.geronimo.network.protocol.ProtocolException
- Throws:
org.apache.geronimo.network.protocol.ProtocolException
drain
public void drain()
throws org.apache.geronimo.network.protocol.ProtocolException
- Throws:
org.apache.geronimo.network.protocol.ProtocolException
teardown
public void teardown()
throws org.apache.geronimo.network.protocol.ProtocolException
- Throws:
org.apache.geronimo.network.protocol.ProtocolException
sendUp
public void sendUp(org.apache.geronimo.network.protocol.UpPacket packet)
throws org.apache.geronimo.network.protocol.ProtocolException
- Throws:
org.apache.geronimo.network.protocol.ProtocolException
sendDown
public void sendDown(org.apache.geronimo.network.protocol.DownPacket packet)
throws org.apache.geronimo.network.protocol.ProtocolException
- Throws:
org.apache.geronimo.network.protocol.ProtocolException
flush
public void flush()
throws org.apache.geronimo.network.protocol.ProtocolException
- Throws:
org.apache.geronimo.network.protocol.ProtocolException
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.