Package zombie.core.raknet
Class VoiceTest
java.lang.Object
zombie.core.raknet.VoiceTest
public class VoiceTest
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected static booleanbQuitprotected static java.nio.ByteBufferclientBufprotected static RakNetPeerInterfacernclientPeerprotected static RakNetPeerInterfacernserverPeerprotected static java.nio.ByteBufferserverBuf -
Constructor Summary
Constructors Constructor Description VoiceTest() -
Method Summary
Modifier and Type Method Description static voidmain(java.lang.String[] args)protected static voidrakNetClient()static java.nio.ByteBufferrakNetClientReceive()protected static voidrakNetServer(int port)static java.nio.ByteBufferrakNetServerReceive()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
bQuit
protected static boolean bQuit -
serverBuf
protected static java.nio.ByteBuffer serverBuf -
clientBuf
protected static java.nio.ByteBuffer clientBuf -
rnclientPeer
-
rnserverPeer
-
-
Constructor Details
-
VoiceTest
public VoiceTest()
-
-
Method Details
-
rakNetServer
protected static void rakNetServer(int port) -
rakNetServerReceive
public static java.nio.ByteBuffer rakNetServerReceive() -
rakNetClient
protected static void rakNetClient() -
rakNetClientReceive
public static java.nio.ByteBuffer rakNetClientReceive() -
main
public static void main(java.lang.String[] args)
-