|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionHandler | |
|---|---|
| org.mule.api.transport | Contains the interfaces that comprise a provider implementation. |
| org.mule.endpoint.outbound | |
| org.mule.session | |
| org.mule.transport | Contains Abstract classes providing common functionality for all Mule providers. |
| org.mule.transport.http | Provides http transport including proxy support. |
| org.mule.transport.service | Provides SPI support for building mule connectors and providers using service descriptors. |
| Uses of SessionHandler in org.mule.api.transport |
|---|
| Methods in org.mule.api.transport that return SessionHandler | |
|---|---|
SessionHandler |
Connector.getSessionHandler()
|
| Uses of SessionHandler in org.mule.endpoint.outbound |
|---|
| Constructors in org.mule.endpoint.outbound with parameters of type SessionHandler | |
|---|---|
OutboundSessionHandlerMessageProcessor(SessionHandler sessionHandler)
|
|
| Uses of SessionHandler in org.mule.session |
|---|
| Classes in org.mule.session that implement SessionHandler | |
|---|---|
class |
LegacySessionHandler
Deprecated. Since all properties are converted to Strings, this session handler has the issue EE-1705/MULE-4567. Use SerializeAndEncodeSessionHandler or SerializeOnlySessionHandler instead. |
class |
MuleSessionHandler
Deprecated. Use an explicit SessionHandler such as SerializeAndEncodeSessionHandler or SerializeOnlySessionHandler |
class |
NullSessionHandler
A session handler that ignores any session information |
class |
SerializeAndEncodeSessionHandler
A session handler used to store and retrieve session information on an event. |
class |
SerializeOnlySessionHandler
A session handler used to store and retrieve session information on an event. |
class |
SimpleSessionHandler
A session handler used to store and retrieve session information on an event. |
| Constructors in org.mule.session with parameters of type SessionHandler | |
|---|---|
DefaultMuleSession(MuleMessage message,
SessionHandler requestSessionHandler,
FlowConstruct flowConstruct,
MuleContext muleContext)
Deprecated. Use DefaultMuleSession(Service service, MuleContext muleContext) instead |
|
DefaultMuleSession(MuleMessage message,
SessionHandler requestSessionHandler,
MuleContext muleContext)
Deprecated. Use DefaultMuleSession(MuleContext muleContext) instead |
|
| Uses of SessionHandler in org.mule.transport |
|---|
| Fields in org.mule.transport declared as SessionHandler | |
|---|---|
protected SessionHandler |
AbstractConnector.sessionHandler
The strategy used for reading and writing session information to and from the transport |
| Methods in org.mule.transport that return SessionHandler | |
|---|---|
SessionHandler |
AbstractConnector.getSessionHandler()
Getter for property 'sessionHandler'. |
| Methods in org.mule.transport with parameters of type SessionHandler | |
|---|---|
void |
AbstractConnector.setSessionHandler(SessionHandler sessionHandler)
Setter for property 'sessionHandler'. |
| Uses of SessionHandler in org.mule.transport.http |
|---|
| Classes in org.mule.transport.http that implement SessionHandler | |
|---|---|
class |
HttpSessionHandler
Will read and write Http Cookie information to and from the Mule MuleSession |
| Uses of SessionHandler in org.mule.transport.service |
|---|
| Methods in org.mule.transport.service that return SessionHandler | |
|---|---|
SessionHandler |
TransportServiceDescriptor.createSessionHandler()
|
SessionHandler |
DefaultTransportServiceDescriptor.createSessionHandler()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||