- getAttributes() - Method in interface org.mule.extension.socket.api.client.SocketClient
-
- getAttributes() - Method in class org.mule.extension.socket.api.client.TcpClient
- getAttributes() - Method in class org.mule.extension.socket.api.client.UdpClient
- getAttributesType(MetadataContext, Boolean) - Method in class org.mule.extension.socket.api.metadata.SocketMetadataResolver
-
- getBroadcast() - Method in class org.mule.extension.socket.api.socket.udp.UdpSocketProperties
-
Whether to enable the socket to write broadcast data
- getByteArray(Object, boolean, String, ObjectSerializer) - Static method in class org.mule.extension.socket.internal.SocketUtils
-
- getCategoryName() - Method in class org.mule.extension.socket.api.metadata.SocketMetadataResolver
-
- getClassLoader() - Method in class org.mule.extension.socket.api.connection.tcp.protocol.CustomClassLoadingLengthProtocol
-
- getClient() - Method in interface org.mule.extension.socket.api.connection.RequesterConnection
-
Returns a new instance of
SocketClient particular to this connection.
- getClient() - Method in class org.mule.extension.socket.api.connection.tcp.TcpRequesterConnection
-
Returns a new instance of
SocketClient particular to this connection.
- getClient() - Method in class org.mule.extension.socket.api.connection.udp.UdpRequesterConnection
-
Returns a new instance of
SocketClient particular to this connection.
- getClientTimeout() - Method in class org.mule.extension.socket.api.socket.AbstractSocketProperties
-
This sets the SO_TIMEOUT value on client sockets.
- getClientTimeout() - Method in interface org.mule.extension.socket.api.socket.SocketProperties
-
This sets the SO_TIMEOUT value on client sockets.
- getConnectionTimeout() - Method in class org.mule.extension.socket.api.socket.tcp.TcpClientSocketProperties
-
Number of milliseconds to wait until an outbound connection to a remote server is successfully created.
- getDefaultEncoding() - Method in class org.mule.extension.socket.api.config.AbstractSocketConfig
-
- getFailOnUnresolvedHost() - Method in class org.mule.extension.socket.api.socket.tcp.AbstractTcpSocketProperties
-
Will fail during sending if the remote host address cannot be resolved.
- getFailOnUnresolvedHost() - Method in interface org.mule.extension.socket.api.socket.tcp.TcpSocketProperties
-
Will fail during sending if the remote host address cannot be resolved.
- getHost() - Method in class org.mule.extension.socket.api.SocketConnectionSettings
-
- getHostAddress() - Method in class org.mule.extension.socket.api.ImmutableSocketAttributes
- getHostAddress() - Method in interface org.mule.extension.socket.api.SocketAttributes
-
- getHostName() - Method in class org.mule.extension.socket.api.ImmutableSocketAttributes
- getHostName() - Method in interface org.mule.extension.socket.api.SocketAttributes
-
- getInetSocketAddress() - Method in class org.mule.extension.socket.api.SocketConnectionSettings
-
If the port is null, let's the system choose a suitable port If the host is null uses the IP address wildcard
address.
- getKeepAlive() - Method in class org.mule.extension.socket.api.socket.tcp.AbstractTcpSocketProperties
-
Enables SO_KEEPALIVE behavior on open sockets.
- getKeepAlive() - Method in interface org.mule.extension.socket.api.socket.tcp.TcpSocketProperties
-
Enables SO_KEEPALIVE behavior on open sockets.
- getLinger() - Method in class org.mule.extension.socket.api.socket.tcp.AbstractTcpSocketProperties
-
This sets the SO_LINGER value.
- getLinger() - Method in interface org.mule.extension.socket.api.socket.tcp.TcpSocketProperties
-
This sets the SO_LINGER value.
- getLocalAddress() - Method in interface org.mule.extension.socket.api.socket.RequesterSocketProperties
-
- getLocalCertificates() - Method in class org.mule.extension.socket.api.ImmutableSocketAttributes
- getLocalCertificates() - Method in interface org.mule.extension.socket.api.SocketAttributes
-
- getName() - Method in class org.mule.extension.socket.api.socket.AbstractSocketProperties
-
- getOutputType(MetadataContext, Boolean) - Method in class org.mule.extension.socket.api.metadata.SocketMetadataResolver
-
- getPeerCertificates() - Method in class org.mule.extension.socket.api.ImmutableSocketAttributes
- getPeerCertificates() - Method in interface org.mule.extension.socket.api.SocketAttributes
-
- getPort() - Method in class org.mule.extension.socket.api.ImmutableSocketAttributes
- getPort() - Method in interface org.mule.extension.socket.api.SocketAttributes
-
- getPort() - Method in class org.mule.extension.socket.api.SocketConnectionSettings
-
- getReceiveBacklog() - Method in class org.mule.extension.socket.api.socket.tcp.TcpServerSocketProperties
-
The maximum queue length for incoming connections.
- getReceiveBufferSize() - Method in class org.mule.extension.socket.api.socket.AbstractSocketProperties
-
The size of the buffer (in bytes) used when receiving data, set on the socket itself.
- getReceiveBufferSize() - Method in interface org.mule.extension.socket.api.socket.SocketProperties
-
The size of the buffer (in bytes) used when receiving data, set on the socket itself.
- getReceiveBufferSize() - Method in class org.mule.extension.socket.api.socket.udp.UdpSocketProperties
-
- getReuseAddress() - Method in class org.mule.extension.socket.api.socket.AbstractSocketProperties
-
Enabling SO_REUSEADDR prior to binding the socket using bind(SocketAddress) allows the socket to be bound even though a
previous connection is in a clientSocketTimeout state.
- getReuseAddress() - Method in interface org.mule.extension.socket.api.socket.SocketProperties
-
Enabling SO_REUSEADDR prior to binding the socket using bind(SocketAddress) allows the socket to be bound even though a
previous connection is in a clientSocketTimeout state.
- getSendBufferSize() - Method in class org.mule.extension.socket.api.socket.AbstractSocketProperties
-
The size of the buffer (in bytes) used when sending data, set on the socket itself.
- getSendBufferSize() - Method in interface org.mule.extension.socket.api.socket.SocketProperties
-
The size of the buffer (in bytes) used when sending data, set on the socket itself.
- getSendTcpNoDelay() - Method in class org.mule.extension.socket.api.socket.tcp.AbstractTcpSocketProperties
-
If set, transmitted data is not collected together for greater efficiency but sent immediately.
- getSendTcpNoDelay() - Method in interface org.mule.extension.socket.api.socket.tcp.TcpSocketProperties
-
If set, transmitted data is not collected together for greater efficiency but sent immediately.
- getServerTimeout() - Method in class org.mule.extension.socket.api.socket.tcp.TcpServerSocketProperties
-
Sets the SO_TIMEOUT value when the socket is used as a server.
- getUdpAllowedByteArray(Object, String, ObjectSerializer) - Static method in class org.mule.extension.socket.internal.SocketUtils
-
UDP doesn't allow streaming and it always sends payload when dealing with a Message
- GROUP_NAME - Static variable in interface org.mule.extension.socket.api.socket.SocketProperties
-