| Package | Description |
|---|---|
| com.sun.corba.ee.impl.orb | |
| com.sun.corba.ee.impl.transport | |
| com.sun.corba.ee.spi.orb | |
| com.sun.corba.ee.spi.transport |
| Modifier and Type | Method and Description |
|---|---|
TcpTimeouts |
ORBDataParserImpl.getTransportTcpConnectTimeouts() |
TcpTimeouts |
ORBDataParserImpl.getTransportTcpTimeouts() |
| Modifier and Type | Class and Description |
|---|---|
class |
TcpTimeoutsImpl |
| Modifier and Type | Field and Description |
|---|---|
protected TcpTimeouts |
ContactInfoListIteratorImpl.tcpTimeouts |
protected TcpTimeouts |
ConnectionImpl.tcpTimeouts |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConnectionImpl.setTcpTimeouts(TcpTimeouts tcpTimeouts) |
| Constructor and Description |
|---|
NioBufferWriter(SocketChannel socketChannel,
TcpTimeouts tcpTimeouts) |
| Modifier and Type | Method and Description |
|---|---|
TcpTimeouts |
ORBData.getTransportTcpConnectTimeouts() |
TcpTimeouts |
ORBData.getTransportTcpTimeouts() |
| Modifier and Type | Method and Description |
|---|---|
TcpTimeouts |
TcpTimeouts.Factory.create(int initial_time_to_wait,
int max_time_to_wait,
int backoff_value)
Create TcpTimeouts assuming that max_single_wait is
unbounded.
|
TcpTimeouts |
TcpTimeouts.Factory.create(int initial_time_to_wait,
int max_time_to_wait,
int backoff_value,
int max_single_wait)
Create TcpTimeouts using all configuration parameters,
including a bound on the maximum single wait time.
|
TcpTimeouts |
TcpTimeouts.Factory.create(String args)
Create TcpTimeouts from a configuration string.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.