History - net.minecraft.network.Connection
1.7.10
Names
ej
net.minecraft.class_1957
net.minecraft.network.Connection
net.minecraft.network.NetworkManager
Fields
org.apache.logging.log4j.Logger: i, field_8426, LOGGER, logger
org.apache.logging.log4j.Marker: a, field_8418, MARKER_NETWORK, logMarkerNetwork
org.apache.logging.log4j.Marker: b, field_8419, MARKER_NETWORK_PACKETS, logMarkerPackets
org.apache.logging.log4j.Marker: c, field_8420, f_17672652, logMarkerStat
io.netty.util.AttributeKey: d, field_8421, PROTOCOL, attrKeyConnectionState
io.netty.util.AttributeKey: e, field_8422, RECEIVABLE_PACKETS, attrKeyReceivable
io.netty.util.AttributeKey: f, field_8423, SENDABLE_PACKETS, attrKeySendable
io.netty.channel.nio.NioEventLoopGroup: g, field_8424, NETWORK_GROUP, eventLoops
C_37712101: h, field_8425, f_98191757, STATISTICS
boolean: j, field_8427, isClient, isClientSide
Queue: k, field_8428, readQueue, receivedPacketsQueue
Queue: l, field_8429, sendQueue, outboundPacketsQueue
io.netty.channel.Channel: m, field_8430, channel, channel
SocketAddress: n, field_8431, address, socketAddress
PacketHandler: o, field_8432, listener, packetListener
NetworkProtocol: p, field_8433, protocol, connectionState
Text: q, field_8434, disconnectReason, terminationReason
boolean: r, field_8435, f_51676404, isEncrypted
Constructors
(boolean)
Methods
void (io.netty.channel.ChannelHandlerContext): channelActive, channelActive, channelActive
void (NetworkProtocol): a, method_7392, setProtocol, setConnectionState
void (io.netty.channel.ChannelHandlerContext): channelInactive, channelInactive, channelInactive
void (io.netty.channel.ChannelHandlerContext, Throwable): exceptionCaught, exceptionCaught, exceptionCaught
void (io.netty.channel.ChannelHandlerContext, Packet): a, method_7396, channelRead0, channelRead0
void (PacketHandler): a, method_7393, setListener, setNetHandler
void (Packet, io.netty.util.concurrent.GenericFutureListener...): a, method_7395, send, scheduleOutboundPacket
void (Packet, io.netty.util.concurrent.GenericFutureListener[]): b, method_7401, doSend, dispatchPacket
void (): i, method_7407, flushQueue, flushOutboundQueue
void (): a, method_7390, tick, processReceivedPackets
SocketAddress (): b, method_7400, getAddress, getRemoteAddress
void (Text): a, method_7394, disconnect, closeChannel
boolean (): c, method_7402, isLocal, isLocalChannel
void (SecretKey): a, method_7399, setupEncryption, enableEncryption
boolean (): d, method_7403, isConnected, isChannelOpen
PacketHandler (): e, method_7404, getListener, getNetHandler
Text (): f, method_7405, getDisconnectReason, getExitMessage
void (): g, method_7406, disableAutoRead, disableAutoRead
Connection (InetAddress, int): a, method_7397, connect, provideLanClient
Connection (SocketAddress): a, method_7398, connectLocal, provideLocalClient