rabbit.meta
Class Kill

java.lang.Object
  extended by rabbit.meta.BaseMetaHandler
      extended by rabbit.meta.Kill
All Implemented Interfaces:
AsyncListener, BlockSentListener, MetaHandler

public class Kill
extends BaseMetaHandler

Kills the proxy instance. This may or may not cause the jvm to end.

Author:
Robert Olofsson

Nested Class Summary
 
Nested classes/interfaces inherited from class rabbit.meta.BaseMetaHandler
BaseMetaHandler.PageCompletion
 
Field Summary
 
Fields inherited from class rabbit.meta.BaseMetaHandler
con, htab, logger, request, tlClient, tlProxy
 
Constructor Summary
Kill()
           
 
Method Summary
protected  BaseMetaHandler.PageCompletion addPageInformation(StringBuilder sb)
          Add the page information
protected  String getPageHeader()
          Get the page header name
 
Methods inherited from class rabbit.meta.BaseMetaHandler
blockSent, buildAndSendData, cleanup, endChunking, failed, handle, timeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Kill

public Kill()
Method Detail

getPageHeader

protected String getPageHeader()
Description copied from class: BaseMetaHandler
Get the page header name

Specified by:
getPageHeader in class BaseMetaHandler

addPageInformation

protected BaseMetaHandler.PageCompletion addPageInformation(StringBuilder sb)
Add the page information

Specified by:
addPageInformation in class BaseMetaHandler
Parameters:
sb - The page being build.
Returns:
the current status of the page.