com.wilko.jaim
Class NickTocResponse

java.lang.Object
  |
  +--com.wilko.jaim.TocResponse
        |
        +--com.wilko.jaim.NickTocResponse
All Implemented Interfaces:
TocResponseHandler

public class NickTocResponse
extends TocResponse
implements TocResponseHandler

The NicTocResponse is used internally to manage the TOC signon process. It is not delivered to clients of JaimConnection


Field Summary
static java.lang.String RESPONSE_TYPE
           
 
Fields inherited from class com.wilko.jaim.TocResponse
cmd
 
Constructor Summary
NickTocResponse()
          Creates new NickTocResponse
 
Method Summary
 boolean canHandle(java.lang.String Response)
          Returns true if this response handler can handle the specified response.
 java.lang.String getNickName()
           
 java.lang.String getResponseType()
           
 com.wilko.jaim.TocResponse parseString(java.lang.String str)
          Parse the provided response
 
Methods inherited from class com.wilko.jaim.TocResponse
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESPONSE_TYPE

public static final java.lang.String RESPONSE_TYPE
See Also:
Constant Field Values
Constructor Detail

NickTocResponse

public NickTocResponse()
Creates new NickTocResponse

Method Detail

parseString

public com.wilko.jaim.TocResponse parseString(java.lang.String str)
Description copied from interface: TocResponseHandler
Parse the provided response

Specified by:
parseString in interface TocResponseHandler
Parameters:
str - - the response from the TOC server. This is the full TOC response string
Returns:
- A TocResponse object that represents this response

getNickName

public java.lang.String getNickName()

getResponseType

public java.lang.String getResponseType()
Specified by:
getResponseType in class TocResponse

canHandle

public boolean canHandle(java.lang.String Response)
Returns true if this response handler can handle the specified response.

Specified by:
canHandle in interface TocResponseHandler
Parameters:
Response - - the response string from TOC. This is the part of the response before the first ':'
Returns:
true if the response can be handled