Interface Bayeux
- All Known Subinterfaces:
BayeuxServer
- All Known Implementing Classes:
BayeuxClient
,BayeuxServerImpl
,OortComet
public interface Bayeux
The Bayeux
interface is the common API for both client-side and
server-side configuration and usage of the Bayeux object.
The Bayeux
object handles configuration options and a set of
transports that is negotiated with the server.
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The common base interface for Bayeux listeners.static class
Validates Bayeux protocol elements such as channel ids and message ids. -
Method Summary
-
Method Details
-
getKnownTransportNames
-
getTransport
-
getAllowedTransports
-
getOption
-
setOption
-
getOptionNames
-