public interface ConnManager
ConnectionManager
.Modifier and Type | Method and Description |
---|---|
OutboundRequestIterator |
newRequest(OutboundRequestHandle handle)
Returns an outbound request iterator to use to send a new request
corresponding to the specified request handle over the connection
endpoint for this instance.
|
OutboundRequestIterator newRequest(OutboundRequestHandle handle)
ConnectionManager.newRequest(net.jini.jeri.connection.OutboundRequestHandle)
.handle
- the outbound request handleNullPointerException
- if handle
is null
IllegalArgumentException
- if the specified handle was not created
for use with a connection endpoint equivalent to the endpoint contained
by this instanceCopyright © 2016–2018. All rights reserved.