10. HTTP Routing : Java SerialRemoteServer Interface : com.ca.openroad.SerialRemoteServer : Helper Classes for SerialRemoteServer
 
Share this page                  
Helper Classes for SerialRemoteServer
The following classes are public structures that allow the DecodeXXX methods of the SerialRemoteServer class to return multiple strings as a single return value from the method.
public final class InitiateRequest
{
    public String appInfo;
    public String user;
    public String password;
 }
public final class Call4GLRequestHeader
{
    public String authToken;
    public String procName;
 }
public final class DisconnectRequest
{
    public String authToken;