Agnos.Servers |
Agnos.TransportFactories |
Agnos.Transports |
Agnos.Utils |
이름 | 설명 |
---|---|
GenericException | a wrapper for unknown exceptions that were sent over the wire (ones that were not defined by the IDL, such as NullPointerException, etc.) |
HeteroMap | an heterogeneous map. it is basically a regular Dictionary, but it associates with each entry a packer for the key and a packer for the value. for "simple types", for which a packer can be inferred, you may use the 2-argument version of Add() or the [] operator, but for all other types, you should use the 4-argument version of Add(), where you specify the packers for the key and value. note: this class implements IDictionary, so it can be used by third-party code, but only for "simple types", for which a packer can be inferred |
HeteroMap.FieldInfo | |
IncompatibleServiceVersion | |
PackedException | a base-class for exceptions that can be packed and sent over the wire |
Protocol | |
Protocol.BaseClient | |
Protocol.BaseProcessor | |
Protocol.BaseProcessor.Cell | |
Protocol.ClientUtils | |
Protocol.ClientUtils.ReplySlot | |
ProtocolError | represents fatal protocol errors, which normally cause the connection to be aborted |
WrongAgnosVersion | |
WrongServiceName |