Package com.mysql.cj.xdevapi
Class ClientImpl.PooledXProtocol
java.lang.Object
com.mysql.cj.protocol.AbstractProtocol<XMessage>
com.mysql.cj.protocol.x.XProtocol
com.mysql.cj.xdevapi.ClientImpl.PooledXProtocol
- Enclosing class:
- ClientImpl
public class ClientImpl.PooledXProtocol extends XProtocol
-
Field Summary
Fields inherited from class com.mysql.cj.protocol.x.XProtocol
COLLATION_NAME_TO_COLLATION_INDEX, defaultSchemaName
Fields inherited from class com.mysql.cj.protocol.AbstractProtocol
authProvider, exceptionInterceptor, log, messageBuilder, packetDebugRingBuffer, propertySet, queryTimingUnits, session, socketConnection, transactionManager, useNanosForElapsedTime
-
Constructor Summary
Constructors Constructor Description PooledXProtocol(HostInfo hostInfo, PropertySet propertySet)
-
Method Summary
Modifier and Type Method Description void
close()
HostInfo
getHostInfo()
Methods inherited from class com.mysql.cj.protocol.x.XProtocol
afterHandshake, beforeHandshake, changeDatabase, changeUser, checkErrorMessage, configureTimeZone, connect, drainRows, failedPreparingStatement, freePreparedStatementId, getExceptionInterceptor, getLocalInfileInputStream, getNewPreparedStatementId, getPasswordCharacterEncoding, getQueryComment, getServerSession, hasMoreResults, hasResults, init, initServerSession, isOpen, isSqlResultPending, negotiateCompression, negotiateSSLConnection, newCommand, query, queryAsync, read, read, readAuthenticateContinue, readAuthenticateOk, readMessage, readMetadata, readMetadata, readQueryResult, readRowOrNull, readServerCapabilities, readyForPreparingStatements, reset, send, sendCapabilities, sendCommand, setLocalInfileInputStream, setMaxAllowedPacket, setQueryComment, supportsPreparedStatements, versionMeetsMinimum
Methods inherited from class com.mysql.cj.protocol.AbstractProtocol
getAuthenticationProvider, getMessageBuilder, getPacketReceivedTimeHolder, getPacketSentTimeHolder, getPropertySet, getQueryTimingUnits, getSocketConnection, setPacketReceivedTimeHolder, setPacketSentTimeHolder, setPropertySet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.mysql.cj.protocol.Protocol
getAuthenticationProvider, getMessageBuilder, getPacketReceivedTimeHolder, getPacketSentTimeHolder, getPropertySet, getQueryTimingUnits, getSocketConnection, setPacketReceivedTimeHolder, setPacketSentTimeHolder, setPropertySet