Uses of Class
com.kuka.comm.net.NetConnection

Packages that use NetConnection
com.kuka.comm.net Contains classes for network based connections. 
 

Uses of NetConnection in com.kuka.comm.net
 

Classes in com.kuka.comm.net with type parameters of type NetConnection
 class NetConnectionConfigurator<C extends NetConnection>
          An abstract factory base class to be used in the different network server classes (e.g.
 class NetConnectionHandler<S extends Server,C extends NetConnection,T>
          Base class for handling incoming connection requests at a server.
 

Subclasses of NetConnection in com.kuka.comm.net
 class TcpConnection
          A connection instantiation for TCP over JavaIO.
 class UdpConnection
          Class to establish and use a UDP connection message exchange with other endpoints.
 

Methods in com.kuka.comm.net that return NetConnection
 NetConnection NetConnection.setDecoder(Decoder<ByteBuffer,Object> decoder)
          Sets the decoder that should be used by this connection to decoder incoming messages.
 NetConnection NetConnection.setEncoder(Encoder<Object,ByteBuffer> encoder)
          Sets the encoder that should be used by this connection to encode outgoing messages.
 NetConnection NetConnection.setInputBufferSize(int size)
          Builder option to adjust the buffer size of output buffer.
 NetConnection NetConnection.setOutputBufferSize(int size)
          Builder option to adjust the buffer size of output buffer.
 



Copyright © 2019. All rights reserved.