|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MaxLineLengthExceededException | |
org.indy | |
org.indy.io |
Uses of MaxLineLengthExceededException in org.indy |
Methods in org.indy that throw MaxLineLengthExceededException | |
protected int |
Connection.performCapture(Connection.Capturable dest,
java.lang.String delim,
boolean isRFCMessage)
Reads lines from the connection into dest until delim is hit,
and returns the number of lines read into dest |
int |
Connection.capture(StringList strings,
java.lang.String delim,
boolean isRFC)
Reads lines of text from the connection until into a StringList
delim is found and returns the number of lines read. |
int |
Connection.capture(java.lang.StringBuffer strings,
java.lang.String delim,
boolean isRFC)
Reads lines of text from the connection into a StringBuffer
until delim is found and returns the number of lines read. |
int |
Connection.getResponse(int[] allowedResponses)
Reads a response from the remote peer, typically of the form of a response code and some text, and checks that the code is within allowedResponses . |
int |
Connection.getResponse(int allowedResponse)
Retreives a response from the connection using getInternalResponse
and checks it for validity. |
protected void |
Connection.getInternalResponse()
Used to implement the processing required for Connection.getResponse(int[]) . |
java.lang.String |
Connection.readLineWait(int failCount)
Invokes readLine and will allow upto
failCount time outs before throwing
ReadTimedOutException . |
java.lang.String |
Connection.readLineWait()
DOCUMENT ME! |
java.lang.String |
Connection.readLine()
Reads a line of text from the connection. |
java.lang.String |
Connection.readLine(int timeout,
int maxLineLength)
Reads a line of text from the connection. |
java.lang.String |
TCPClient.readLineWait(int failCount)
DOCUMENT ME! |
java.lang.String |
TCPClient.readLineWait()
DOCUMENT ME! |
java.lang.String |
TCPClient.readLine()
DOCUMENT ME! |
java.lang.String |
TCPClient.readLine(int timeout,
int maxLineLength)
DOCUMENT ME! |
Uses of MaxLineLengthExceededException in org.indy.io |
Methods in org.indy.io that throw MaxLineLengthExceededException | |
java.lang.String |
AbstractIOHandler.readLine(int timeout,
int maxLineLength)
Reads a line of data from the socket |
java.lang.String |
IOHandlerSocket.readLine(int timeout,
int maxLineLength,
java.lang.String encoding)
Reads a line of data from the socket and assembles it using the given encoding. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |