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