| pkg stream, func NewNetError(error, bool, bool) net.Error |
| pkg stream, method (NetError) Error() string |
| pkg stream, method (NetError) Temporary() bool |
| pkg stream, method (NetError) Timeout() bool |
| pkg stream, type Connector interface { Connect } |
| pkg stream, type Connector interface, Connect(...FlowOpt) (Flow, error) |
| pkg stream, type Flow interface { Cancel, Close, Closed, IsClosed, LocalBlessings, LocalDischarges, LocalEndpoint, LocalPrincipal, Read, RemoteBlessings, RemoteDischarges, RemoteEndpoint, SetDeadline, VCDataCache, Write } |
| pkg stream, type Flow interface, Cancel() |
| pkg stream, type Flow interface, Close() error |
| pkg stream, type Flow interface, Closed() <-chan struct{} |
| pkg stream, type Flow interface, IsClosed() bool |
| pkg stream, type Flow interface, LocalBlessings() security.Blessings |
| pkg stream, type Flow interface, LocalDischarges() map[string]security.Discharge |
| pkg stream, type Flow interface, LocalEndpoint() naming.Endpoint |
| pkg stream, type Flow interface, LocalPrincipal() security.Principal |
| pkg stream, type Flow interface, Read([]byte) (int, error) |
| pkg stream, type Flow interface, RemoteBlessings() security.Blessings |
| pkg stream, type Flow interface, RemoteDischarges() map[string]security.Discharge |
| pkg stream, type Flow interface, RemoteEndpoint() naming.Endpoint |
| pkg stream, type Flow interface, SetDeadline(<-chan struct{}) |
| pkg stream, type Flow interface, VCDataCache() VCDataCache |
| pkg stream, type Flow interface, Write([]byte) (int, error) |
| pkg stream, type FlowOpt interface { RPCStreamFlowOpt } |
| pkg stream, type FlowOpt interface, RPCStreamFlowOpt() |
| pkg stream, type Listener interface { Accept, Close } |
| pkg stream, type Listener interface, Accept() (Flow, error) |
| pkg stream, type Listener interface, Close() error |
| pkg stream, type ListenerOpt interface { RPCStreamListenerOpt } |
| pkg stream, type ListenerOpt interface, RPCStreamListenerOpt() |
| pkg stream, type Manager interface { Dial, Listen, RoutingID, Shutdown, ShutdownEndpoint } |
| pkg stream, type Manager interface, Dial(naming.Endpoint, security.Principal, ...VCOpt) (VC, error) |
| pkg stream, type Manager interface, Listen(string, string, security.Principal, security.Blessings, ...ListenerOpt) (Listener, naming.Endpoint, error) |
| pkg stream, type Manager interface, RoutingID() naming.RoutingID |
| pkg stream, type Manager interface, Shutdown() |
| pkg stream, type Manager interface, ShutdownEndpoint(naming.Endpoint) |
| pkg stream, type NetError struct |
| pkg stream, type VC interface { Close, Connect, Listen } |
| pkg stream, type VC interface, Close(error) error |
| pkg stream, type VC interface, Connect(...FlowOpt) (Flow, error) |
| pkg stream, type VC interface, Listen() (Listener, error) |
| pkg stream, type VCDataCache interface { Get, GetOrInsert } |
| pkg stream, type VCDataCache interface, Get(interface{}) interface{} |
| pkg stream, type VCDataCache interface, GetOrInsert(interface{}, func() interface{}) interface{} |
| pkg stream, type VCOpt interface { RPCStreamVCOpt } |
| pkg stream, type VCOpt interface, RPCStreamVCOpt() |
| pkg stream, var ErrAborted verror.IDAction |
| pkg stream, var ErrBadArg verror.IDAction |
| pkg stream, var ErrBadState verror.IDAction |
| pkg stream, var ErrDialFailed verror.IDAction |
| pkg stream, var ErrNetwork verror.IDAction |
| pkg stream, var ErrNotTrusted verror.IDAction |
| pkg stream, var ErrProxy verror.IDAction |
| pkg stream, var ErrSecurity verror.IDAction |