|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectphp.java.bridge.Options
php.java.bridge.StandardOptions
public final class StandardOptions
Exposes the request options. There is one Options instance for each request, but certain options may change for each packet. For example if a user calls java_set_file_encoding(enc), the new file encoding becomes available in the next packet.
Constructor Summary | |
---|---|
StandardOptions()
|
Method Summary | |
---|---|
boolean |
base64Data()
Return true if we must return a base 64 encoded string due to limitations in the client's XML parser. |
boolean |
extJavaCompatibility()
Returns true, if bit 0 of the request header is set (see PROTOCOL.TXT). |
boolean |
hexNumbers()
Returns true, if exact numbers are base 16 (see PROTOCOL.TXT). |
boolean |
passContext()
Return true, if the client cannot keep a back-pointer to its own data structures. |
boolean |
sendArraysAsValues()
Returns true, if bit 1 of the request header is set (see PROTOCOL.TXT). |
Methods inherited from class php.java.bridge.Options |
---|
canKeepAlive, disableKeepAlive, getBytes, getEncoding, preferValues, setEncoding, updateOptions |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StandardOptions()
Method Detail |
---|
public boolean sendArraysAsValues()
sendArraysAsValues
in class Options
public boolean extJavaCompatibility()
public boolean hexNumbers()
hexNumbers
in class Options
public boolean passContext()
Options
passContext
in class Options
public boolean base64Data()
Options
base64Data
in class Options
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |