|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.antiaction.mayhem.mail.smtpd.RequestConnectionObject
public class RequestConnectionObject
Request connection object.
| Field Summary | |
|---|---|
boolean |
isSecure
SSL/TLS socket. |
java.net.InetAddress |
localIAddr
Local IAddr. |
java.lang.String |
localIP
Local IP. |
int |
localPort
Local Port. |
java.net.InetAddress |
remoteIAddr
Remote IAddr. |
java.lang.String |
remoteIP
Remote IP. |
int |
remotePort
Remote Port. |
BufferedSocketInputStream |
socketIn
Managed inputstream. |
java.io.InputStream |
socketInStream
Raw socket inputstream. |
PrintOutputStream |
socketOut
Managed outputstream. |
java.io.OutputStream |
socketOutStream
Raw socket outputstream. |
| Constructor Summary | |
|---|---|
RequestConnectionObject()
|
|
| Method Summary | |
|---|---|
void |
close()
|
boolean |
open(IToken token)
|
int |
readLineBytes(BufferedSocketInputStream socketIn,
byte[] arrReadLine)
Reads a line of input data. |
java.lang.String |
readLineStr(BufferedSocketInputStream socketIn,
byte[] arrReadLine)
Reads a line of input data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.io.InputStream socketInStream
public java.io.OutputStream socketOutStream
public BufferedSocketInputStream socketIn
public PrintOutputStream socketOut
public java.net.InetAddress localIAddr
public int localPort
public java.lang.String localIP
public java.net.InetAddress remoteIAddr
public int remotePort
public java.lang.String remoteIP
public boolean isSecure
| Constructor Detail |
|---|
public RequestConnectionObject()
| Method Detail |
|---|
public boolean open(IToken token)
public void close()
public java.lang.String readLineStr(BufferedSocketInputStream socketIn,
byte[] arrReadLine)
connection - connection object, including input stream.
public int readLineBytes(BufferedSocketInputStream socketIn,
byte[] arrReadLine)
connection - connection object, including input stream.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||