Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
T
TcpMessagingSystemFactory
- Class in
eneter.messaging.messagingsystems.tcpmessagingsystem
Messaging system delivering messages via TCP.
TcpMessagingSystemFactory()
- Constructor for class eneter.messaging.messagingsystems.tcpmessagingsystem.
TcpMessagingSystemFactory
Constructs the TCP messaging factory.
TcpMessagingSystemFactory(IProtocolFormatter)
- Constructor for class eneter.messaging.messagingsystems.tcpmessagingsystem.
TcpMessagingSystemFactory
Constructs the TCP messaging factory.
TcpPolicyServer
- Class in
eneter.messaging.messagingsystems.tcpmessagingsystem
TCP policy server needed for the communication with Silverlight applications.
TcpPolicyServer()
- Constructor for class eneter.messaging.messagingsystems.tcpmessagingsystem.
TcpPolicyServer
Constructs the TCP policy server providing the policy file on the port 943 for all IP addresses.
TcpPolicyServer(InetAddress)
- Constructor for class eneter.messaging.messagingsystems.tcpmessagingsystem.
TcpPolicyServer
Constructs the TCP policy server providing the policy file on the port 943 for the given IP address.
ThreadMessagingSystemFactory
- Class in
eneter.messaging.messagingsystems.threadmessagingsystem
Messaging system delivering messages to the particular working thread.
ThreadMessagingSystemFactory()
- Constructor for class eneter.messaging.messagingsystems.threadmessagingsystem.
ThreadMessagingSystemFactory
Constructs thread based messaging factory.
ThreadMessagingSystemFactory(IProtocolFormatter)
- Constructor for class eneter.messaging.messagingsystems.threadmessagingsystem.
ThreadMessagingSystemFactory
Constructs thread based messaging factory.
ThreadPoolMessagingSystemFactory
- Class in
eneter.messaging.messagingsystems.threadpoolmessagingsystem
Messaging system delivering messages asynchronously (when a message is received a separate thread is invoked to process it).
ThreadPoolMessagingSystemFactory()
- Constructor for class eneter.messaging.messagingsystems.threadpoolmessagingsystem.
ThreadPoolMessagingSystemFactory
Constructs the factory.
ThreadPoolMessagingSystemFactory(IProtocolFormatter)
- Constructor for class eneter.messaging.messagingsystems.threadpoolmessagingsystem.
ThreadPoolMessagingSystemFactory
Constructs the factory.
TypedRequestReceivedEventArgs
<
TRequestMessage
> - Class in
eneter.messaging.endpoints.typedmessages
Event argument used when the typed message is received.
TypedRequestReceivedEventArgs(String, String, TRequestMessage)
- Constructor for class eneter.messaging.endpoints.typedmessages.
TypedRequestReceivedEventArgs
Constructs the event.
TypedRequestReceivedEventArgs(String, String, Exception)
- Constructor for class eneter.messaging.endpoints.typedmessages.
TypedRequestReceivedEventArgs
Constructs the message from the exception.
TypedResponseReceivedEventArgs
<
TResponseMessage
> - Class in
eneter.messaging.endpoints.typedmessages
Event argument used when a typed response message is received.
TypedResponseReceivedEventArgs(TResponseMessage)
- Constructor for class eneter.messaging.endpoints.typedmessages.
TypedResponseReceivedEventArgs
Constructs the event.
TypedResponseReceivedEventArgs(Exception)
- Constructor for class eneter.messaging.endpoints.typedmessages.
TypedResponseReceivedEventArgs
Constructs the event from the exception detected during receiving the response message.
TypeName
- Variable in class eneter.messaging.endpoints.typedmessages.
MultiTypedMessage
Name of the message type (without namespace).
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X