Package com.mysql.cj.x.protobuf
Class MysqlxSession
java.lang.Object
com.mysql.cj.x.protobuf.MysqlxSession
public final class MysqlxSession
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MysqlxSession.AuthenticateContinue
send by client or server after a :protobuf:msg:`Mysqlx.Session::AuthenticateStart` to exchange more auth data :param auth_data: authentication data :Returns: :protobuf:msg:`Mysqlx.Session::AuthenticateContinue`static interface
MysqlxSession.AuthenticateContinueOrBuilder
static class
MysqlxSession.AuthenticateOk
sent by the server after successful authentication :param auth_data: authentication datastatic interface
MysqlxSession.AuthenticateOkOrBuilder
static class
MysqlxSession.AuthenticateStart
the initial message send from the client to the server to start the authentication proccess :param mech_name: authentication mechanism name :param auth_data: authentication data :param initial_response: initial response :Returns: :protobuf:msg:`Mysqlx.Session::AuthenticateContinue`static interface
MysqlxSession.AuthenticateStartOrBuilder
static class
MysqlxSession.Close
close the current session :Returns: :protobuf:msg:`Mysqlx::Ok`static interface
MysqlxSession.CloseOrBuilder
static class
MysqlxSession.Reset
reset the current session param keep_open: if is true the session will be reset, but stays authenticated.static interface
MysqlxSession.ResetOrBuilder
-
Method Summary
Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor()
static void
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
static void
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) -
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) -
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-