| Package | Description |
|---|---|
| com.comphenix.protocol.injector.netty | |
| com.comphenix.protocol.injector.player | |
| com.comphenix.protocol.injector.server |
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelInjector.ChannelSocketInjector
Represents a socket injector that foreards to the current channel injector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelInjector.ChannelSocketInjector.transferState(SocketInjector delegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
NetworkObjectInjector
Injection method that overrides the NetworkHandler itself, and its queue-method.
|
class |
PlayerInjector |
| Modifier and Type | Method and Description |
|---|---|
void |
PlayerInjector.transferState(SocketInjector delegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
BukkitSocketInjector |
| Modifier and Type | Method and Description |
|---|---|
static SocketInjector |
TemporaryPlayerFactory.getInjectorFromPlayer(org.bukkit.entity.Player player)
Retrieve the injector from a given player if it contains one.
|
abstract SocketInjector |
AbstractInputStreamLookup.peekSocketInjector(SocketAddress address)
Attempt to get a socket injector without blocking the thread.
|
abstract SocketInjector |
AbstractInputStreamLookup.waitSocketInjector(InputStream input)
Retrieve the associated socket injector for a player.
|
abstract SocketInjector |
AbstractInputStreamLookup.waitSocketInjector(Socket socket)
Retrieve an injector by its socket.
|
abstract SocketInjector |
AbstractInputStreamLookup.waitSocketInjector(SocketAddress address)
Retrieve a injector by its address.
|
| Modifier and Type | Method and Description |
|---|---|
org.bukkit.entity.Player |
TemporaryPlayerFactory.createTemporaryPlayer(org.bukkit.Server server,
SocketInjector injector)
Construct a temporary player with the given associated socket injector.
|
protected void |
AbstractInputStreamLookup.onPreviousSocketOverwritten(SocketInjector previous,
SocketInjector current)
If a player can hold a reference to its parent injector, this method will update that reference.
|
static void |
TemporaryPlayerFactory.setInjectorInPlayer(org.bukkit.entity.Player player,
SocketInjector injector)
Set the player injector, if possible.
|
abstract void |
AbstractInputStreamLookup.setSocketInjector(SocketAddress address,
SocketInjector injector)
Associate a given socket address to the provided socket injector.
|
void |
SocketInjector.transferState(SocketInjector delegate)
Invoked when a delegated socket injector transfers the state of one injector to the next.
|
void |
BukkitSocketInjector.transferState(SocketInjector delegate) |
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.