common-util

Uses of Class
local.tomas.util.net.BaseClient.NetAck

Packages that use BaseClient.NetAck
local.tomas.util.net This package contains networking utilities. 
 

Uses of BaseClient.NetAck in local.tomas.util.net
 

Methods in local.tomas.util.net that return BaseClient.NetAck
 BaseClient.NetAck BaseClient.connect(String host, int port)
          Establish new connection
 BaseClient.NetAck BaseClient.getAck()
          Get response.
 BaseClient.NetAck NetException.getAck()
          Get network response.
protected  BaseClient.NetAck BaseClient.sendCommand(String command)
          Send command.
 

Constructors in local.tomas.util.net with parameters of type BaseClient.NetAck
NetException(BaseClient.NetAck ack)
          Construct exception from negative network response.
 


common-util

Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.