Uses of Interface
org.osid.transport.OutboundStreamSession
Packages that use OutboundStreamSession
Package
Description
The Open Service Interface Definitions for the org.osid.transport
service.
-
Uses of OutboundStreamSession in org.osid.transport
Methods in org.osid.transport that return OutboundStreamSessionModifier and TypeMethodDescriptionTransportManager.getOutboundStreamSession()Gets a service for outbound stream transport.TransportProxyManager.getOutboundStreamSession(Proxy proxy) Gets a service for outbound stream transport.TransportManager.getOutboundStreamSessionForEndpoint(Id endpointId) Gets a service for outbound stream transport using a specifiedEndpoint.TransportProxyManager.getOutboundStreamSessionForEndpoint(Id endpointId, Proxy proxy) Gets a service for outbound stream transport using a specifiedEndpoint.Methods in org.osid.transport with parameters of type OutboundStreamSessionModifier and TypeMethodDescriptionvoidStreamReceiver.dispatch(OutboundStreamSession session) Invoked by the transport provider when a new connection request or datagram is received.