|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolIfc | |
wttools.protocols | |
wttools.protocols.cache | |
wttools.protocols.ftp | |
wttools.protocols.http |
Uses of ProtocolIfc in wttools.protocols |
Classes in wttools.protocols that implement ProtocolIfc | |
class |
AbstractProtocol
Class AbstractProtocol implements |
Methods in wttools.protocols that return ProtocolIfc | |
static ProtocolIfc |
ProtocolFactory.createStandardImpl(URI uri)
createStandardImpl method performs |
static ProtocolIfc |
ProtocolFactory.createStandardImpl(URI uri,
boolean debug)
createStandardImpl method performs |
static ProtocolIfc |
ProtocolFactory.createProtocol(URI uri)
createProtocol method performs |
static ProtocolIfc |
ProtocolFactory.createProtocol(URI uri,
java.lang.String protoImpl)
|
static ProtocolIfc |
ProtocolFactory.createProtocol(URI uri,
java.lang.String protoImpl,
boolean debug)
|
static ProtocolIfc |
ProtocolFactory.createProtocol(URI uri,
boolean debug)
createProtocol method performs |
Uses of ProtocolIfc in wttools.protocols.cache |
Classes in wttools.protocols.cache that implement ProtocolIfc | |
class |
ProtocolImpl
It is implementation of cache subsystem for all protocols. |
Uses of ProtocolIfc in wttools.protocols.ftp |
Fields in wttools.protocols.ftp declared as ProtocolIfc | |
protected ProtocolIfc |
ProtocolImpl.ftpImpl
|
Uses of ProtocolIfc in wttools.protocols.http |
Fields in wttools.protocols.http declared as ProtocolIfc | |
protected ProtocolIfc |
ProtocolImpl.httpImpl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |