|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProtocolScheme | |
|---|---|
| org.gwe.drivers | |
| org.gwe.drivers.netAccess.tunneling | |
| org.gwe.persistence.model | |
| org.gwe.utils.security | |
| Uses of ProtocolScheme in org.gwe.drivers |
|---|
| Methods in org.gwe.drivers with parameters of type ProtocolScheme | |
|---|---|
protected HostHandle |
ResourceHandle.createHostHandle(ProtocolScheme scheme)
|
| Constructor parameters in org.gwe.drivers with type arguments of type ProtocolScheme | |
|---|---|
ResourceHandleFactory(java.util.Map<ProtocolScheme,java.lang.Class> values)
|
|
| Uses of ProtocolScheme in org.gwe.drivers.netAccess.tunneling |
|---|
| Methods in org.gwe.drivers.netAccess.tunneling with parameters of type ProtocolScheme | |
|---|---|
int |
HostTunnelsRepo.openTunnel(ProtocolScheme scheme,
java.lang.String host,
int remotePort,
boolean force)
|
| Uses of ProtocolScheme in org.gwe.persistence.model |
|---|
| Methods in org.gwe.persistence.model that return ProtocolScheme | |
|---|---|
ProtocolScheme |
HeadResourceInfo.getAccessScheme()
|
| Uses of ProtocolScheme in org.gwe.utils.security |
|---|
| Methods in org.gwe.utils.security that return ProtocolScheme | |
|---|---|
ProtocolScheme |
ThinURI.getProtocolScheme()
|
static ProtocolScheme |
ProtocolScheme.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProtocolScheme[] |
ProtocolScheme.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.gwe.utils.security with parameters of type ProtocolScheme | |
|---|---|
boolean |
Realm.acceptsScheme(ProtocolScheme scheme)
|
ResourceLink<HostHandle> |
ResourceLink.cloneToHostLink(ProtocolScheme hostScheme)
|
static AccessControl |
AccessControl.createDefaultAC(ProtocolScheme scheme,
java.lang.String host)
|
Realm |
AccessControl.findMatchingRealm(ProtocolScheme scheme,
java.lang.String host)
|
Realm |
KeyStore.resolveRealm(ProtocolScheme scheme,
java.lang.String host)
|
| Constructors in org.gwe.utils.security with parameters of type ProtocolScheme | |
|---|---|
ThinURI(ProtocolScheme scheme,
java.lang.String location,
java.lang.String path)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||