com.partnersoft.net.holler
Class HollerClient

java.lang.Object
  extended by com.partnersoft.net.TcpSocketClient
      extended by com.partnersoft.net.holler.HollerClient

public class HollerClient
extends TcpSocketClient

Abstract implementation of basic TCP socket client functionality.

Subclass implementations need only override the handleConnection() method.

Copyright 2004-2007 Partner Software, Inc.

Version:
$Id: TcpSocketClient.java 1368 2008-06-23 14:18:30Z paul $
Author:
Paul Reavis

Constructor Summary
HollerClient(java.lang.String serverName)
           
 
Method Summary
 
Methods inherited from class com.partnersoft.net.TcpSocketClient
connect, connect, disconnect, getInputStream, getName, getOutputStream, getServerName, getServerPortNumber, getSocket
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HollerClient

public HollerClient(java.lang.String serverName)