Poco

namespace RemotingNG

Overview

Namespaces: HTTP, JSONRPC, REST, SOAP, TCP

Classes: AttributedObject, AuthenticateResult, AuthenticationFailedException, Authenticator, Authorizer, BinaryDeserializer, BinarySerializer, Context, Credentials, Deserializer, DeserializerException, EventDispatcher, EventFilter, EventListener, EventSubscriber, HysteresisFilter, Identifiable, InvalidCredentialsException, IsGreaterThanFilter, IsGreaterThanOrEqualToFilter, IsLessThanFilter, IsLessThanOrEqualToFilter, Listener, LogicalAndFilter, LogicalOrFilter, LogicalXorFilter, MethodHandler, MethodNotFoundException, MinimumDeltaFilter, MinimumIntervalAndDeltaFilter, MinimumIntervalFilter, MinimumIntervalOrDeltaFilter, MissingParamException, NoPermissionException, ORB, ORBDisabledException, ProtocolException, Proxy, ProxyFactory, ProxyFactoryManager, RemoteException, RemoteObject, RemotingException, ScopedContext, SecurityException, Serializer, SerializerBase, SerializerException, ServerHelper, ServerTransport, Skeleton, Transport, TransportException, TransportFactory, TransportFactoryManager, TypeDeserializer, TypeSerializer, URIUtility, UnexpectedMessageException, UnknownEventSubscriberException, UnknownObjectException, UnknownTransportException, UnknownTypeException, WrongReplyException

Namespaces

namespace HTTP

namespace JSONRPC

namespace REST

namespace SOAP

namespace TCP

Classes

class AttributedObject

A AttributedObject can hold any number of attributes in the form of name-value pairs. more...

class AuthenticateResult

The result of an (intermediate) authenticate request. more...

class AuthenticationFailedException

 more...

class Authenticator

The Authenticator interface is used for authenticating credentials. more...

class Authorizer

The Authorizer interface is used for authorizing incoming requests. more...

class BinaryDeserializer

A generic Deserializer using a proprietary binary serialization format based on the Poco::BinaryReader class. more...

class BinarySerializer

A generic Serializer using a proprietary binary serialization format based on the Poco::BinaryWriter class. more...

class Context

A Context object is used to pass transport-specific information (such as caller IP address or authentication information) to a service method in a generic way. more...

class Credentials

This class contains credentials for authentication, in the form of key-value pairs (attributes). more...

class Deserializer

The Deserializer interface for transports. more...

class DeserializerException

 more...

class EventDispatcher

The EventDispatcher is responsible for delivering events fired by service objects to remote subscribers. more...

class EventFilter

The interface template for event filters. more...

class EventListener

The EventListener class extends the Listener interface with methods for managing event subscriptions on the client side. more...

class EventSubscriber

The EventSubscriber is responsible for deserializing and dispatching event messages received from a server via an EventListener to a Proxy object. more...

class HysteresisFilter

This filter accepts the value if it falls below the lower threshold or rises above the upper threshold. more...

class Identifiable

An Identifiable object stores a TypeId, ObjectId and URI for an object. more...

class InvalidCredentialsException

 more...

class IsGreaterThanFilter

This filter only accepts values greater than a given limit. more...

class IsGreaterThanOrEqualToFilter

This filter only accepts values greater than or equal to a given limit. more...

class IsLessThanFilter

This filter only accepts values less than a given limit. more...

class IsLessThanOrEqualToFilter

This filter only accepts values less than or equal to a given limit. more...

class Listener

A Listener waits for incoming requests and handles them by accepting them and passing them to the ORB for processing. more...

class LogicalAndFilter

This filter only accepts values if both of the sub filters accept the value. more...

class LogicalOrFilter

This filter only accepts values if at least one of the sub filters accepts the value. more...

class LogicalXorFilter

This filter only accepts values if exactly one the sub filters accepts the value. more...

class MethodHandler

A MethodHandler deserializes and forwards a remote call to the service object, via the RemoteObjectmore...

class MethodNotFoundException

 more...

class MinimumDeltaFilter

This filter only accepts values different from the previous accepted value by at least a given delta. more...

class MinimumIntervalAndDeltaFilter

This filter enforces a minimum time interval (in microseconds) and minimum delta between accepting values. more...

class MinimumIntervalFilter

This filter enforces a minimum time interval (in microseconds) between accepting values. more...

class MinimumIntervalOrDeltaFilter

This filter enforces a minimum time interval (in microseconds) or minimum delta between accepting values. more...

class MissingParamException

 more...

class NoPermissionException

 more...

class ORB

The Object Request Broker, or ORB, is the central object in the Remoting machinery. more...

class ORBDisabledException

 more...

class ProtocolException

 more...

class Proxy

A Proxy maintains a connection to a remote endpoint (using a Transport) and sends method invocations to a remote object, using the connection. more...

class ProxyFactory

A ProxyFactory is used to create instances of a given Proxy class. more...

class ProxyFactoryManager

A ProxyFactoryManager manages all existing ProxyFactory objects in the system. more...

class RemoteException

 more...

class RemoteObject

A RemoteObject forwards method calls to the local service object. more...

class RemotingException

 more...

class ScopedContext

Helper class using RAII for Context setup and teardown. more...

class SecurityException

 more...

class Serializer

The Serializer interface for transports. more...

class SerializerBase

SerializerBase is the common base class for Serializer and Deserializermore...

class SerializerException

 more...

class ServerHelper

This class template provides a generic interface to the generated ServerHelper class. more...

class ServerTransport

ServerTransport objects are used as mediators between a Listener, receiving a request, and the ORB, Skeleton and MethodHandlers, processing the request. more...

class Skeleton

A Skeleton is responsible for demultiplexing incoming requests to the correct service object method, using MethodHandler objects. more...

class Transport

Transport objects are responsible for setting up and maintaining a network (or other kind of) connection between Proxy objects on the client side and Listener objects on the server side, and for exchanging messages over that connection. more...

class TransportException

 more...

class TransportFactory

A TransportFactory creates Transport objects. more...

class TransportFactoryManager

A TransportFactoryManager manages TransportFactory objects. more...

class TypeDeserializer

TypeDeserializer is used to deserialize the content of a variable for transportation over the network. more...

class TypeSerializer

TypeSerializer is used to serialize the content of a variable for transportation over the network. more...

class URIUtility

This class provides utility methods for parsing and creating RemotingNG URIs. more...

class UnexpectedMessageException

 more...

class UnknownEventSubscriberException

 more...

class UnknownObjectException

 more...

class UnknownTransportException

 more...

class UnknownTypeException

 more...

class WrongReplyException

 more...