common-util

local.tomas.util.net
Class BaseClient.NetAck

java.lang.Object
  extended by local.tomas.util.net.BaseClient.NetAck
Enclosing class:
BaseClient

public static class BaseClient.NetAck
extends Object

Parsed response.

Author:
tomas.teubner

Constructor Summary
BaseClient.NetAck(String line)
          Parse response.
 
Method Summary
 void append(String line)
          Append new line to response message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseClient.NetAck

public BaseClient.NetAck(String line)
Parse response.

Parameters:
line - response line
Method Detail

append

public void append(String line)
Append new line to response message.

Parameters:
line -

common-util

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