public class MixminionSMTPChannel extends AbstractAnonChannel
| Modifier and Type | Field and Description |
|---|---|
private java.util.Vector |
m_receiver
a Receiver-List of the eMail
|
private int |
m_state
the current State of the SMTPChannel
|
private java.lang.String |
m_text
the Text of the eMail
|
m_bIsClosed, m_bIsClosedByPeer, m_idHTTP, SMTP, SOCKS, TCP, UDP, UDP_OVER_TCP, UDP_OVER_UDP, VPN| Constructor and Description |
|---|
MixminionSMTPChannel() |
| 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_receiver
private java.lang.String m_text
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.