class Request(Message):

    ## Init ##
    def __init__(self):

    ## Access ##
    def time(self):
    def timeStamp(self):

    ## Input ##
    def input(self):

    ## Remote info ##
    def remoteAddress(self):
    def remoteName(self):

    ## Local info ##
    def localAddress(self):
    def localName(self):
    def localPort(self):

    ## Security ##
    def isSecure(self):

    ## Cleanup ##
    def clearTransaction(self):