All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.w3c.tools.resources.AttributeHolder | +----org.w3c.tools.resources.Resource | +----org.w3c.tools.resources.FramedResource | +----org.w3c.tools.resources.ResourceFrame | +----org.w3c.tools.resources.ProtocolFrame | +----org.w3c.jigsaw.frames.HTTPFrame | +----org.w3c.jigsaw.frames.PostableFrame | +----org.w3c.jigsaw.frames.IRCFrame
protected static int ATTR_SERVERS
protected boolean inUse
protected OutputStreamWriter osw
protected String ircNick
protected String ircName
protected String ircLogin
public IRCFrame()
public String[] getServerList()
public Reply get(Request request) throws ProtocolException, ResourceException
If there is no search string, or if we are not allowed to convert
GETs to POSTs, than we just invoke our super
method,
which will perform the appropriate job.
public Reply handle(Request request, URLDecoder data) throws ProtocolException
This method ought to be abstract, but for reasonable reason, it will just dump (parsed) the form content back to the client, so that it can be used for debugging.
All Packages Class Hierarchy This Package Previous Next Index