|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextFactory.ICredentials | |
---|---|
php.java.bridge.http | Fast socket and pipe context runners for PHP/Java Bridge J2EE backends. |
Uses of ContextFactory.ICredentials in php.java.bridge.http |
---|
Classes in php.java.bridge.http that implement ContextFactory.ICredentials | |
---|---|
class |
ContextServer
A bridge pattern which either uses the PipeContextServer or the SocketContextServer, depending on the OS and/or the security restrictions. |
Fields in php.java.bridge.http declared as ContextFactory.ICredentials | |
---|---|
static ContextFactory.ICredentials |
ContextFactory.NO_CREDENTIALS
Use this if you don't care about security. |
Methods in php.java.bridge.http that return ContextFactory.ICredentials | |
---|---|
ContextFactory.ICredentials |
ContextServer.getCredentials(java.lang.String channelName)
Return the credentials provided by the ContextServer. |
Methods in php.java.bridge.http with parameters of type ContextFactory.ICredentials | |
---|---|
static IContextFactory |
ContextFactory.get(java.lang.String id,
ContextFactory.ICredentials server)
Only for internal use. |
Constructors in php.java.bridge.http with parameters of type ContextFactory.ICredentials | |
---|---|
PipeContextServer(ContextFactory.ICredentials contextServer,
AppThreadPool threadPool,
java.lang.String contextName)
Create a new ContextServer using the ThreadPool. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |