Deprecated API

Deprecated Classes
galaxy.lang.BinaryObject
          As of Galaxy Communicator 3.0. 
 

Deprecated Methods
galaxy.server.Server.dispatchFrame(GFrame)
          As of Galaxy Communicator 3.0. Use Environment.dispatchFrame. 
galaxy.server.MainServer.getRequirePort()
          As of Galaxy Communicator 3.0. Use isRequiredPort. 
galaxy.server.Server.register(DataOutBroker)
          As of Galaxy Communicator 3.0. Use registerOutBroker. 
galaxy.lang.Float64.toDoubleArray()
          As of Galaxy Communicator 3.0. Use getDoubleArray in conjunction with FLoat64() and Float64(double[]) constructors. 
galaxy.lang.Float32.toFloatArray()
          As of Galaxy Communicator 3.0. Use getFloatArray in conjunction with Float32() and Float32(float[]) constructosr. 
galaxy.lang.Int32.toIntArray()
          As of Galaxy Communicator 3.0. Use getIntArray in conjunction with Int32() and Int32(int[]) constructors. 
galaxy.lang.Int64.toLongArray()
          As of Galaxy Communicator 3.0. Use getLongArray in conjunction with Int64 and Int64(long[]) constructors. 
galaxy.lang.Int16.toShortArray()
          As of Galaxy Communicator 3.0. Use getShortArray in conjunction with Int16() and Int16(short[]) constructors. 
galaxy.server.Server.unregister(DataOutBroker)
          As of Galaxy Communicator 3.0. Use unregisterOutBroker. 
galaxy.io.GalaxyOutputStream.write(BinaryObject, int)
          As of Galaxy Communicator 3.0. Use writeObject. 
galaxy.io.GalaxyOutputStream.write(GFrame, int)
          As of Galaxy Communicator 3.0. Use writeObject. 
galaxy.io.GalaxyOutputStream.write(String, int)
          As of Galaxy Communicator 3.0. Use writeObject. 
galaxy.server.Server.writeDestroyMessage()
          As of Galaxy Communicator 3.0. Use Environment.destroyToken. 
galaxy.server.Server.writeErrorMessage(ErrorMessage)
          As of Galaxy Communicator 3.0. Use Environment.error. 
galaxy.server.Server.writeFrame(GFrame)
          As of Galaxy Communicator 3.0. Use Environment.writeFrame. 
galaxy.io.GalaxyOutputStream.writeFrame(GFrame, int)
          As of Galaxy Communicator 3.0. Use writeObject. 
galaxy.server.Server.writeMessage(GalaxyMessage)
          As of Galaxy Communicator 3.0. Use Environment methods (error, destroyToken, reply, writeFrame). 
 

Deprecated Constructors
galaxy.server.DataOutBroker(Server, int, GFrame)
          as of Galaxy Communicator 3.0 
galaxy.server.DataOutBroker(Server, int, GFrame, boolean)
          as of Galaxy Communicator 3.0 
galaxy.lang.Float32(byte[])
          As of Galaxy Communicator 3.0. Use Float32(), Float32(float[]) and Float32(float[], boolean) constructors. 
galaxy.lang.Float64(byte[])
          As of Galaxy Communicator 3.0. Use Float64(), Float64(double[]), and Float64(double[], boolean) constructors. 
galaxy.lang.Int16(byte[])
          As of Galaxy Communicator 3.0. Use Int16(), Int16(short[]) and Int16(short[], boolean) constructors. 
galaxy.lang.Int32(byte[])
          As of Galaxy Communicator 3.0. Use Int32(), Int32(int[]) and Int32(int[], boolean) constructors. 
galaxy.lang.Int64(byte[])
          As of Galaxy Communicator 3.0. Use Int64(), Int64(long[]) and Int64(long[], boolean) constructors. 
galaxy.server.Server(MainServer, Socket, String, String)
          As of Galaxy Communicator 3.0. Use Server(MainServer, Socket) constructor.