| Modifier and Type | Method and Description |
|---|---|
IChannelProxy |
INozzleConfig.GetChannelProxy()
Gets the channel proxy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
INozzleConfig.SetProxy(IChannelProxy ChannelProxy)
Sets the proxy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalChannelProxy
Defines a local proxy capable of mediating between an
ChannelInlet and a number
of ChannelOutlet that reside within the same virtual machine's address space |
| Modifier and Type | Method and Description |
|---|---|
IChannelProxy |
LocalNozzleConfig.GetChannelProxy() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalNozzleConfig.SetProxy(IChannelProxy ChannelProxy) |
| Modifier and Type | Class and Description |
|---|---|
class |
TCPServerChannelProxy
Defines a local proxy capable of mediating between an
ChannelInlet and a number
of ChannelOutlet that reside either within the same virtual machine's address space
or in different machines, through a TCP stream |
| Modifier and Type | Method and Description |
|---|---|
IChannelProxy |
TCPServerNozzleConfig.GetChannelProxy() |
| Modifier and Type | Method and Description |
|---|---|
void |
TCPServerNozzleConfig.SetProxy(IChannelProxy ChannelProxy) |
| Modifier and Type | Method and Description |
|---|---|
IChannelProxy |
ChannelRegistryEntry.GetProxy()
Gets the proxy that acts on behalf of the channel for the inlet nozzle
|
Copyright © 2018. All Rights Reserved.