org.apache.geronimo.network.protocol
Class SASLServerProtocol

java.lang.Object
  extended byorg.apache.geronimo.network.protocol.AbstractProtocol
      extended byorg.apache.geronimo.network.protocol.SASLServerProtocol
All Implemented Interfaces:
Cloneable, Protocol

public class SASLServerProtocol
extends AbstractProtocol

Version:
$Revision: 1.5 $ $Date: 2004/08/01 13:03:43 $

Constructor Summary
SASLServerProtocol()
           
 
Method Summary
 void drain()
           
 void flush()
           
 void sendDown(DownPacket packet)
           
 void sendUp(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
 

Constructor Detail

SASLServerProtocol

public SASLServerProtocol()
Method Detail

setup

public void setup()
           throws ProtocolException
Throws:
ProtocolException

drain

public void drain()
           throws ProtocolException
Throws:
ProtocolException

teardown

public void teardown()
              throws ProtocolException
Throws:
ProtocolException

sendUp

public void sendUp(UpPacket packet)
            throws ProtocolException
Throws:
ProtocolException

sendDown

public void sendDown(DownPacket packet)
              throws ProtocolException
Throws:
ProtocolException

flush

public void flush()
           throws ProtocolException
Throws:
ProtocolException


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