|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectphp.java.bridge.http.PipeContextServer
php.java.bridge.http.SocketContextServer
public class SocketContextServer
This class manages the fallback physical connection for the operating system which doesn't support named pipes, "Windows", or when the System property php.java.bridge.promiscuous is set to true.
When isAvailable() returns true, a server socket bound to the local interface (127.0.0.1) has been created on a port in the range [9267,...,[9367 and will be used for further communication, see response header X_JAVABRIDGE_REDIRECT. If this communication channel is not available either, the PHP clients must continue to send all statements via PUT requests.
It is possible to switch off this server by setting the VM property php.java.bridge.no_socket_server to true, e.g.: -Dphp.java.bridge.no_socket_server=true.
PipeContextServer,
ContextServer| Constructor Summary | |
|---|---|
SocketContextServer(ThreadPool threadPool)
Create a new ContextServer using the ThreadPool. |
|
| Method Summary | |
|---|---|
void |
destroy()
Destroy the server |
java.lang.String |
getChannelName()
Returns the server port. |
boolean |
isAvailable()
Check if the ContextServer is ready, i.e. |
void |
run()
|
boolean |
start(AbstractChannelName channelName)
Start the runner. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SocketContextServer(ThreadPool threadPool)
threadPool - Obtain runnables from this pool. If null, new threads will be created.| Method Detail |
|---|
public void run()
run in interface java.lang.Runnablepublic void destroy()
destroy in interface IContextServerdestroy in class PipeContextServerpublic boolean isAvailable()
isAvailable in interface IContextServerisAvailable in class PipeContextServerpublic java.lang.String getChannelName()
public boolean start(AbstractChannelName channelName)
IContextServer
start in interface IContextServerstart in class PipeContextServerchannelName - The channel name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||