barchart-udt-core
2.3.0-SNAPSHOT / 2013-05-13T01:37:38.485-0500

Uses of Class
com.barchart.udt.OptionUDT

Packages that use OptionUDT
com.barchart.udt Java wrapper around native C++ UDT protocol 
 

Uses of OptionUDT in com.barchart.udt
 

Fields in com.barchart.udt declared as OptionUDT
static OptionUDT<FactoryUDT> OptionUDT.Custom_Congestion_Control
          custom congestion control algorithm, class factory
static OptionUDT<Integer> OptionUDT.Epoll_Event_Mask
          current available epoll events, see EpollUDT.Opt.code
static OptionUDT<Integer> OptionUDT.Flight_Window_Size
          Flight flag size (window size), bytes
static OptionUDT<Boolean> OptionUDT.Is_Address_Reuse_Enabled
          reuse an existing port or create a one.
static OptionUDT<Boolean> OptionUDT.Is_Randezvous_Connect_Enabled
          rendezvous connection mode, enabled/disabled
static OptionUDT<Boolean> OptionUDT.Is_Receive_Synchronous
          if receiving is blocking, true/false
static OptionUDT<Boolean> OptionUDT.Is_Send_Synchronous
          if sending is blocking., true/false
static OptionUDT<Long> OptionUDT.Maximum_Bandwidth
          maximum bandwidth (bytes per second) that the connection can use.
static OptionUDT<Integer> OptionUDT.Maximum_Transfer_Unit
          the Maximum Transfer Unit., bytes
static OptionUDT<Integer> OptionUDT.Protocol_Receive_Buffer_Size
          UDT receiving buffer size limit, bytes
static OptionUDT<Integer> OptionUDT.Protocol_Send_Buffer_Size
          maximum buffer in sending queue.
static OptionUDT<Integer> OptionUDT.Receive_Buffer_Available
          current available receiving buffer capacity, read only, bytes
static OptionUDT<Integer> OptionUDT.Receive_Timeout
          recv() timeout.
static OptionUDT<Integer> OptionUDT.Send_Buffer_Consumed
          current consumed sending buffer utilization, read only, bytes
static OptionUDT<Integer> OptionUDT.Send_Timeout
          send() timeout.
static OptionUDT<Integer> OptionUDT.Status_Code
          current socket status code, see StatusUDT.getCode(), read only
static OptionUDT<Integer> OptionUDT.System_Receive_Buffer_Size
          UDP receiving buffer size limit, bytes
static OptionUDT<Integer> OptionUDT.System_Send_Buffer_Size
          UDP sending buffer size limit, bytes
static OptionUDT<LingerUDT> OptionUDT.Time_To_Linger_On_Close
          waiting for unsent data when closing.
static OptionUDT<Integer> OptionUDT.UDP_RCVBUF
          UDP receiving buffer size.
static OptionUDT<Integer> OptionUDT.UDP_SNDBUF
          UDP sending buffer size.
static OptionUDT<FactoryUDT> OptionUDT.UDT_CC
          custom congestion control algorithm
static OptionUDT<Integer> OptionUDT.UDT_EVENT
          current available events associated with the socket
static OptionUDT<Integer> OptionUDT.UDT_FC
          Flight flag size (window size).
static OptionUDT<LingerUDT> OptionUDT.UDT_LINGER
          waiting for unsent data when closing.
static OptionUDT<Long> OptionUDT.UDT_MAXBW
          maximum bandwidth (bytes per second) that the connection can use.
static OptionUDT<Integer> OptionUDT.UDT_MSS
          the Maximum Transfer Unit.
static OptionUDT<Integer> OptionUDT.UDT_RCVBUF
          UDT receiving buffer size.
static OptionUDT<Integer> OptionUDT.UDT_RCVDATA
          size of data available for recv
static OptionUDT<Boolean> OptionUDT.UDT_RCVSYN
          if receiving is blocking.
static OptionUDT<Integer> OptionUDT.UDT_RCVTIMEO
          recv() timeout.
static OptionUDT<Boolean> OptionUDT.UDT_RENDEZVOUS
          rendezvous connection mode.
static OptionUDT<Boolean> OptionUDT.UDT_REUSEADDR
          reuse an existing port or create a one.
static OptionUDT<Integer> OptionUDT.UDT_SNDBUF
          maximum buffer in sending queue.
static OptionUDT<Integer> OptionUDT.UDT_SNDDATA
          size of data in the sending buffer
static OptionUDT<Boolean> OptionUDT.UDT_SNDSYN
          if sending is blocking.
static OptionUDT<Integer> OptionUDT.UDT_SNDTIMEO
          send() timeout.
static OptionUDT<Integer> OptionUDT.UDT_STATE
          current socket state, see UDTSTATUS, read only
 

Fields in com.barchart.udt with type parameters of type OptionUDT
protected static List<OptionUDT<?>> OptionUDT.values
           
 

Methods in com.barchart.udt that return OptionUDT
protected static
<T> OptionUDT<T>
OptionUDT.NEW(int code, Class<T> klaz, OptionUDT.Format format)
           
 

Methods in com.barchart.udt with parameters of type OptionUDT
<T> T
SocketUDT.getOption(OptionUDT<T> option)
           
<T> void
SocketUDT.setOption(OptionUDT<T> option, T value)
           
 


barchart-udt-core
2.3.0-SNAPSHOT / 2013-05-13T01:37:38.485-0500

Copyright © 2009-2013 Barchart, Inc.. All Rights Reserved.