org.indy
Class TCPServerConnection

java.lang.Object
  |
  +--org.indy.BaseComponent
        |
        +--org.indy.IndyComponent
              |
              +--org.indy.Connection
                    |
                    +--org.indy.TCPServerConnection

public class TCPServerConnection
extends Connection

Description of the Class

Author:
owen

Inner classes inherited from class org.indy.Connection
Connection.Capturable
 
Inner classes inherited from class org.indy.IndyComponent
IndyComponent.WorkMode
 
Field Summary
protected  TCPServer server
          Description of the Field
 
Fields inherited from class org.indy.Connection
ioHandler, lastCmdResult
 
Constructor Summary
TCPServerConnection(TCPServer server, IOHandler handler)
          Constructor for the IdTCPServerConnection object
 
Method Summary
 TCPServer getServer()
          Gets the server attribute of the IdTCPServerConnection object
 
Methods inherited from class org.indy.Connection
allData, allData, capture, capture, checkResponse, currentReadBuffer, disconnect, disconnectSocket, getInternalResponse, getIOHandler, getMaximumLineLength, getReadTimeOut, getResponse, getResponse, isConnected, performCapture, readBuffer, readChar, readInt, readLine, readLine, readLineWait, readLineWait, readLong, readShort, readStream, readTillDisconnect, resetConnection, setIOHandler, setMaxLineLength, setReadTimeOut, write, writeBuffer, writeFile, writeHeader, writeInt, writeLine, writeLong, writeRFCReply, writeRFCStrings, writeShort, writeStream, writeStrings
 
Methods inherited from class org.indy.IndyComponent
addComponentListener, doBeginWork, doBeginWork, doEndWork, doStatus, doStatus, doWork, getLocalName, removeComponentListener
 
Methods inherited from class org.indy.BaseComponent
getVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

server

protected TCPServer server
Description of the Field
Constructor Detail

TCPServerConnection

public TCPServerConnection(TCPServer server,
                           IOHandler handler)
Constructor for the IdTCPServerConnection object
Parameters:
server - Description of the Parameter
Method Detail

getServer

public TCPServer getServer()
Gets the server attribute of the IdTCPServerConnection object
Returns:
The server value


Copyright © 2002-2002 IndyJ. All Rights Reserved.