|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IStatefulObject | |
|---|---|
| org.opcfoundation.ua.common | This package contains common and shared classes |
| org.opcfoundation.ua.transport | This package contains SecureChannel and related interfaces |
| org.opcfoundation.ua.transport.endpoint | Endpoint related classes |
| org.opcfoundation.ua.transport.https | Code for creating a HTTPS based secure channel |
| org.opcfoundation.ua.transport.tcp.nio | |
| org.opcfoundation.ua.utils | Utility classes |
| org.opcfoundation.ua.utils.asyncsocket | Small java NIO based library that enables asynchronous and event based socket operations |
| Uses of IStatefulObject in org.opcfoundation.ua.common |
|---|
| Methods in org.opcfoundation.ua.common with parameters of type IStatefulObject | |
|---|---|
void |
DebugLogger.onStateTransition(IStatefulObject<CloseableObjectState,?> sender,
CloseableObjectState oldState,
CloseableObjectState newState)
onStateTransition. |
| Uses of IStatefulObject in org.opcfoundation.ua.transport |
|---|
| Subinterfaces of IStatefulObject in org.opcfoundation.ua.transport | |
|---|---|
interface |
CloseableObject
CloseableObject interface. |
interface |
EndpointServer
EndpointServer is an object that binds to a network socket and offers hosting for endpoints. |
| Classes in org.opcfoundation.ua.transport that implement IStatefulObject | |
|---|---|
class |
AsyncRead
AsyncRead class. |
class |
AsyncWrite
Asynchronous message sending |
| Uses of IStatefulObject in org.opcfoundation.ua.transport.endpoint |
|---|
| Classes in org.opcfoundation.ua.transport.endpoint that implement IStatefulObject | |
|---|---|
class |
AbstractServerSecureChannel
Super class for endpoint secure channels. |
| Uses of IStatefulObject in org.opcfoundation.ua.transport.https |
|---|
| Classes in org.opcfoundation.ua.transport.https that implement IStatefulObject | |
|---|---|
class |
HttpsServer
Host for an https endpoint |
class |
HttpsServerConnection
This class implements HTTP TSL/SSL conversation. |
class |
HttpsServerSecureChannel
HttpsServerSecureChannel class. |
| Uses of IStatefulObject in org.opcfoundation.ua.transport.tcp.nio |
|---|
| Classes in org.opcfoundation.ua.transport.tcp.nio that implement IStatefulObject | |
|---|---|
class |
AbstractServerConnection
Abstract AbstractServerConnection class. |
class |
OpcTcpServer
EndpointOpcTcp hosts an endpoint for opc.tcp socket. |
class |
OpcTcpServerConnection
OpcTcpServerConnection class. |
class |
OpcTcpServerSecureChannel
OpcTcpServerSecureChannel class. |
| Uses of IStatefulObject in org.opcfoundation.ua.utils |
|---|
| Classes in org.opcfoundation.ua.utils that implement IStatefulObject | |
|---|---|
class |
AbstractState<StateType,ErrorType extends Throwable>
This is a default implementation to IStatefulObject. |
class |
State<StateType>
State class. |
| Methods in org.opcfoundation.ua.utils with parameters of type IStatefulObject | |
|---|---|
void |
StateListener.onStateTransition(IStatefulObject<StateType,?> sender,
StateType oldState,
StateType newState)
Call-back for state transition |
| Uses of IStatefulObject in org.opcfoundation.ua.utils.asyncsocket |
|---|
| Classes in org.opcfoundation.ua.utils.asyncsocket that implement IStatefulObject | |
|---|---|
class |
AsyncServerSocket
ASyncoronous Server Socket |
class |
AsyncSocketImpl
Async socket. |
class |
BufferMonitor
BufferMonitor is a monitor that triggers when a specific position is reached. |
| Methods in org.opcfoundation.ua.utils.asyncsocket that return IStatefulObject | |
|---|---|
IStatefulObject<SocketState,IOException> |
AsyncSocketImpl.getStateMonitor()
getStateMonitor. |
IStatefulObject<SocketState,IOException> |
AsyncSocket.getStateMonitor()
getStateMonitor. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||