Uses of Interface
com.croftsoft.core.io.Parser

Packages that use Parser
com.croftsoft.core.beans Java Beans support. 
com.croftsoft.core.io Package java.io input/output support. 
com.croftsoft.core.net.http HyperText Transfer Protocol (HTTP). 
com.croftsoft.core.net.http.msg HyperText Transfer Protocol (HTTP) asynchronous messaging. 
com.croftsoft.core.servlet Package javax.servlet support. 
 

Uses of Parser in com.croftsoft.core.beans
 

Classes in com.croftsoft.core.beans that implement Parser
 class XmlBeanCoder
          Encodes and decodes objects using XMLEncoder and XMLDecoder.
 

Uses of Parser in com.croftsoft.core.io
 

Classes in com.croftsoft.core.io that implement Parser
 class SerializableCoder
          An Encoder and Parser implementation that uses object serialization.
 class StringCoder
          A String Encoder and Parser.
 

Uses of Parser in com.croftsoft.core.net.http
 

Methods in com.croftsoft.core.net.http with parameters of type Parser
static Object HttpLib.post(URL url, byte[] bytes, String userAgent, String contentType, Parser parser)
           
 

Constructors in com.croftsoft.core.net.http with parameters of type Parser
HttpConnection(String host, int port, String path, String userAgent, String contentType, byte[] requestBytes, Parser contentParser)
           
 

Uses of Parser in com.croftsoft.core.net.http.msg
 

Constructors in com.croftsoft.core.net.http.msg with parameters of type Parser
HttpMessageClient(URL url, String userAgent, Encoder encoder, Parser parser, String contentType, byte[] requestBytes, Consumer consumer)
          Convenience constructor method.
HttpMessageClient(URL url, String userAgent, Encoder encoder, Parser parser, String contentType, byte[] requestBytes, Consumer consumer, long pollingPeriodMin, long pollingPeriodMax, long pollingPeriodInit, double pollingPeriodMult, double pollingPeriodDivi, long pollingPeriodIncr)
          Main constructor method.
HttpMessagePoller(URL url, String userAgent, String contentType, byte[] requestBytes, Parser contentParser, Queue incomingQueue)
          Convenience constructor using default polling period values.
HttpMessagePoller(URL url, String userAgent, String contentType, byte[] requestBytes, Parser parser, Queue incomingQueue, long pollingPeriodMin, long pollingPeriodMax, long pollingPeriodInit, double pollingPeriodMult, double pollingPeriodDivi, long pollingPeriodIncr)
          All polling period values are in milliseconds.
HttpMessagePusher(Queue outgoingQueue, Queue incomingQueue, URL url, String userAgent, String contentType, Encoder encoder, Parser parser)
           
 

Uses of Parser in com.croftsoft.core.servlet
 

Constructors in com.croftsoft.core.servlet with parameters of type Parser
HttpGatewayServlet(Server server, Parser parser, Encoder encoder)
           
 


CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)