接口的使用
com.mysql.cj.protocol.SocketConnection
-
使用SocketConnection的程序包 程序包 说明 com.mysql.cj.protocol com.mysql.cj.protocol.a com.mysql.cj.protocol.x com.mysql.jdbc -
-
com.mysql.cj.protocol中SocketConnection的使用
实现SocketConnection的com.mysql.cj.protocol中的类 修饰符和类型 类 说明 classAbstractSocketConnection声明为SocketConnection的com.mysql.cj.protocol中的字段 修饰符和类型 字段 说明 protected SocketConnectionAbstractProtocol. socketConnection返回SocketConnection的com.mysql.cj.protocol中的方法 修饰符和类型 方法 说明 SocketConnectionAbstractProtocol. getSocketConnection()SocketConnectionProtocol. getSocketConnection()参数类型为SocketConnection的com.mysql.cj.protocol中的方法 修饰符和类型 方法 说明 voidAbstractProtocol. init(Session sess, SocketConnection phConnection, PropertySet propSet, TransactionEventHandler trManager)voidProtocol. init(Session session, SocketConnection socketConnection, PropertySet propertySet, TransactionEventHandler transactionManager)Init method takes the place of constructor.static SocketExportControlled. performTlsHandshake(Socket rawSocket, SocketConnection socketConnection, ServerVersion serverVersion, Log log)Converts the socket being used in the given SocketConnection to an SSLSocket by performing the SSL/TLS handshake.<T extends Closeable>
TNamedPipeSocketFactory. performTlsHandshake(SocketConnection socketConnection, ServerSession serverSession)<T extends Closeable>
TNamedPipeSocketFactory. performTlsHandshake(SocketConnection socketConnection, ServerSession serverSession, Log log)<T extends Closeable>
TSocketFactory. performTlsHandshake(SocketConnection socketConnection, ServerSession serverSession)If required, called by the driver during MySQL protocol handshake to transform original socket to SSL socket and perform TLS handshake.default <T extends Closeable>
TSocketFactory. performTlsHandshake(SocketConnection socketConnection, ServerSession serverSession, Log log)If required, called by the driver during MySQL protocol handshake to transform original socket to SSL socket and perform TLS handshake.<T extends Closeable>
TStandardSocketFactory. performTlsHandshake(SocketConnection socketConnection, ServerSession serverSession)<T extends Closeable>
TStandardSocketFactory. performTlsHandshake(SocketConnection socketConnection, ServerSession serverSession, Log log) -
com.mysql.cj.protocol.a中SocketConnection的使用
实现SocketConnection的com.mysql.cj.protocol.a中的类 修饰符和类型 类 说明 classNativeSocketConnection声明为SocketConnection的com.mysql.cj.protocol.a中的字段 修饰符和类型 字段 说明 protected SocketConnectionSimplePacketReader. socketConnection参数类型为SocketConnection的com.mysql.cj.protocol.a中的方法 修饰符和类型 方法 说明 static NativeProtocolNativeProtocol. getInstance(Session session, SocketConnection socketConnection, PropertySet propertySet, Log log, TransactionEventHandler transactionManager)voidNativeProtocol. init(Session sess, SocketConnection phConnection, PropertySet propSet, TransactionEventHandler trManager)参数类型为SocketConnection的com.mysql.cj.protocol.a中的构造器 构造器 说明 SimplePacketReader(SocketConnection socketConnection, RuntimeProperty<Integer> maxAllowedPacket) -
com.mysql.cj.protocol.x中SocketConnection的使用
参数类型为SocketConnection的com.mysql.cj.protocol.x中的方法 修饰符和类型 方法 说明 voidXProtocol. init(Session sess, SocketConnection socketConn, PropertySet propSet, TransactionEventHandler trManager) -
com.mysql.jdbc中SocketConnection的使用
参数类型为SocketConnection的com.mysql.jdbc中的方法 修饰符和类型 方法 说明 <T extends Closeable>
TSocketFactoryWrapper. performTlsHandshake(SocketConnection socketConnection, ServerSession serverSession, Log log)
-