Uses of Class
php.java.bridge.http.AbstractChannelName

Packages that use AbstractChannelName
php.java.bridge.http Fast socket and pipe context runners for PHP/Java Bridge J2EE backends. 
 

Uses of AbstractChannelName in php.java.bridge.http
 

Methods in php.java.bridge.http that return AbstractChannelName
 AbstractChannelName ContextServer.getFallbackChannelName(java.lang.String channelName, IContextFactory currentCtx)
          Return the channelName which be passed to the client as X_JAVABRIDGE_REDIRECT
 

Methods in php.java.bridge.http with parameters of type AbstractChannelName
 boolean PipeContextServer.start(AbstractChannelName channelName)
           
 boolean SocketContextServer.start(AbstractChannelName channelName)
           
 boolean IContextServer.start(AbstractChannelName channel)
          Start the runner.
 void ContextServer.start(AbstractChannelName channelName)
          Start a channel name.