Skip navigation links
C I O R 

C

ClientIPCMessage - Class in org.bspfsystems.bungeeipc.api.client
Represents the client-side extension of an AbstractIPCMessage.
ClientIPCMessage(String, String) - Constructor for class org.bspfsystems.bungeeipc.api.client.ClientIPCMessage
Constructs a new IPCMessage with no data that originates on a Bukkit server.
ClientIPCMessage(String, String, List<String>) - Constructor for class org.bspfsystems.bungeeipc.api.client.ClientIPCMessage
Constructs a new IPCMessage containing the initial data in the given List.
ClientIPCMessage(String, String, Queue<String>) - Constructor for class org.bspfsystems.bungeeipc.api.client.ClientIPCMessage
Constructs a new IPCMessage containing the initial data in the given Queue.
ClientIPCPlugin - Interface in org.bspfsystems.bungeeipc.api.client
Represents the client-side version of the IPCPlugin.
ClientIPCSocket - Interface in org.bspfsystems.bungeeipc.api.client
Represents a client connection for IPCMessages.

I

isClientConnected() - Method in interface org.bspfsystems.bungeeipc.api.client.ClientIPCPlugin
Gets whether the ClientIPCSocket is connected or not.
isClientRunning() - Method in interface org.bspfsystems.bungeeipc.api.client.ClientIPCPlugin
Gets whether the client-side connection is running or not.

O

org.bspfsystems.bungeeipc.api.client - package org.bspfsystems.bungeeipc.api.client
 

R

restartClient() - Method in interface org.bspfsystems.bungeeipc.api.client.ClientIPCPlugin
Restarts the client-side IPCSocket.
C I O R 
Skip navigation links

Copyright © 2022 BSPF Systems, LLC. All rights reserved.