org.apache.yoko.orb.OCI
Interface Transport

All Superinterfaces:
Object, TransportOperations
All Known Implementing Classes:
Transport_impl

public interface Transport
extends TransportOperations, Object

The interface for a Transport object, which provides operations for sending and receiving octet streams. In addition, it is possible to register callbacks with the Transport object, which are invoked whenever data can be sent or received without blocking.

See Also:
Connector, Acceptor

Method Summary
 
Methods inherited from interface org.apache.yoko.orb.OCI.TransportOperations
close, get_info, handle, id, mode, receive_detect, receive_timeout_detect, receive_timeout, receive, send_detect, send_timeout_detect, send_timeout, send, shutdown, tag
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.