webfunds.sox
Class BasicRequest

java.lang.Object
  |
  +--webfunds.sox.Encodable
        |
        +--webfunds.sox.BasicRequest
Direct Known Subclasses:
CommsKeyRequest, EncryptedRequest, ServerKeyRequest

public abstract class BasicRequest
extends Encodable

The BasicRequest class is the base class for all "Basic" requests, the "top level" type of request.

See Also:
Serialized Form

Constructor Summary
protected BasicRequest()
           
  BasicRequest(byte[] data)
           
  BasicRequest(java.io.InputStream is)
           
 
Methods inherited from class webfunds.sox.Encodable
decode, decode, encode, encode, main, readByteArray, readCertificate, readProperties, readString, writeByteArray, writeCertificate, writeProperties, writeString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicRequest

protected BasicRequest()

BasicRequest

public BasicRequest(byte[] data)
             throws SOXPacketException

BasicRequest

public BasicRequest(java.io.InputStream is)
             throws java.io.IOException,
                    SOXPacketException