|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.faceless.pdf2.DSE200HandlerFactory
public class DSE200HandlerFactory
An implementation of SignatureHandlerFactory
returning
DSE200Handler
objects. See that class for more information.
Field Summary | |
---|---|
static int |
HTTP
Constant representing the HTTP protocol |
static int |
TSP
Constant representing the TSP protocol |
Constructor Summary | |
---|---|
DSE200HandlerFactory(String host,
int protocol)
Create a new DSE200HandlerFactory. |
Method Summary | |
---|---|
SignatureHandler |
getHandler()
Return a handler created by this factory |
void |
setTimeout(int timeout)
Set how long to wait before timing out when making requests to the DSE200, in milliseonds. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int HTTP
public static final int TSP
Constructor Detail |
---|
public DSE200HandlerFactory(String host, int protocol)
host
- the hostname to connect toprotocol
- the protocol to use - one of HTTP
or TSP
Method Detail |
---|
public void setTimeout(int timeout)
timeout
- the timeout to use when connecting to the DSE200, in millisecondspublic SignatureHandler getHandler()
SignatureHandlerFactory
getHandler
in interface SignatureHandlerFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |