public class MixminionPOPChannel extends AbstractAnonChannel
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String[] |
m_deleted |
private java.util.Vector |
m_messages |
private int |
m_state
the current State of the POPChannel
|
m_bIsClosed, m_bIsClosedByPeer, m_idHTTP, SMTP, SOCKS, TCP, UDP, UDP_OVER_TCP, UDP_OVER_UDP, VPN| Constructor and Description |
|---|
MixminionPOPChannel() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
close_impl() |
int |
getOutputBlockSize()
Returns a value that indicates the current optimum size of data to write.
|
protected void |
send(byte[] buff,
int len) |
protected void |
toClient(java.lang.String message) |
close, closedByPeer, finalize, getInputStream, getOutputStream, hashCode, isClosed, recvprivate int m_state
private java.util.Vector m_messages
private java.lang.String[] m_deleted
protected void close_impl()
close_impl in class AbstractAnonChannelprotected void toClient(java.lang.String message)
throws java.io.IOException
java.io.IOExceptionprotected void send(byte[] buff,
int len)
throws java.io.IOException
send in class AbstractAnonChanneljava.io.IOExceptionpublic int getOutputBlockSize()
AnonChannelCopyright © 2023. All rights reserved.