diameter.node.Connection

 

Classes
       
Connection
ConnectionKey

class Connection
     Methods defined here:
__init__(self)
appendAppOutputBuffer(self, stuff)
appendNetInBuffer(self, stuff)
consumeAppInBuffer(self, bytes)
consumeNetOutBuffer(self, bytes)
getAppInBuffer(self)
getNetOutBuffer(self)
hasAppInput(self)
hasNetOutput(self)
nextHopByHopIdentifier(self)
processAppOutBuffer(self)
processNetInBuffer(self)

Data and other attributes defined here:
state_closed = 6
state_closing = 5
state_connected_in = 1
state_connected_out = 2
state_connecting = 0
state_ready = 4
state_tls = 3

class ConnectionKey
    

Data
        __package__ = 'diameter.node'