|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Consumer | |
|---|---|
| com.croftsoft.core.net.http.msg | |
| com.croftsoft.core.text.sml | Simplified Markup Language. |
| com.croftsoft.core.util.consumer | |
| com.croftsoft.core.util.queue | |
| com.croftsoft.core.util.state | |
| Uses of Consumer in com.croftsoft.core.net.http.msg |
|---|
| Constructors in com.croftsoft.core.net.http.msg with parameters of type Consumer | |
|---|---|
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. |
|
| Uses of Consumer in com.croftsoft.core.text.sml |
|---|
| Methods in com.croftsoft.core.text.sml with parameters of type Consumer | |
|---|---|
static void |
SmlRecordLoader.parse(InputSource inputSource,
Consumer smlRecordConsumer)
|
static void |
SmlNodeLoader.parse(InputStream inputStream,
Consumer smlNodeConsumer)
|
static void |
SmlNodeLoader.parse(String smlDataFilename,
Consumer smlNodeConsumer,
boolean isZipFile)
|
static void |
SmlRecordLoader.parse(String smlDataFilename,
Consumer smlRecordConsumer,
boolean isZipFile,
boolean isGzipFile)
|
| Uses of Consumer in com.croftsoft.core.util.consumer |
|---|
| Classes in com.croftsoft.core.util.consumer that implement Consumer | |
|---|---|
class |
NullConsumer
A singleton null object implementation of a Consumer. |
class |
QueueConsumer
A Consumer that appends objects to a Queue. |
| Uses of Consumer in com.croftsoft.core.util.queue |
|---|
| Constructors in com.croftsoft.core.util.queue with parameters of type Consumer | |
|---|---|
QueuePuller(Queue queue,
Consumer consumer)
|
|
| Uses of Consumer in com.croftsoft.core.util.state |
|---|
| Classes in com.croftsoft.core.util.state that implement Consumer | |
|---|---|
class |
StateListenerConsumer
Adapts the StateListener interface to the Consumer interface. |
|
CroftSoft Javadoc | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||