MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / AuthResponseMessage

Class AuthResponseMessage

cassandra/protocol.py:468–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466
467
468class AuthResponseMessage(_MessageType):
469 opcode = 0x0F
470 name = 'AUTH_RESPONSE'
471
472 def __init__(self, response):
473 self.response = response
474
475 def send_body(self, f, protocol_version):
476 write_longstring(f, self.response)
477
478
479class AuthSuccessMessage(_MessageType):

Callers 2

_handle_auth_responseMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected