A B C F G I L M N O P R S U 
All Classes All Packages

A

accept() - Method in class org.jboss.as.network.ManagedServerSocketBinding
 

B

bind(SocketAddress) - Method in class org.jboss.as.network.ManagedDatagramSocketBinding
 
bind(SocketAddress) - Method in class org.jboss.as.network.ManagedMulticastSocketBinding
 
bind(SocketAddress, int) - Method in class org.jboss.as.network.ManagedServerSocketBinding
 

C

cannotChangeWhileBound() - Method in class org.jboss.as.network.logging.NetworkMessages_$bundle
 
cannotChangeWhileBound() - Method in interface org.jboss.as.network.logging.NetworkMessages
Creates an exception indicating the value cannot be changed while the socket is bound.
cannotChangeWhileBound$str() - Method in class org.jboss.as.network.logging.NetworkMessages_$bundle
 
canonize(String) - Static method in class org.jboss.as.network.NetworkUtils
Convert IPv6 adress into RFC 5952 form.
checkForMac() - Static method in class org.jboss.as.network.NetworkUtils
 
ClientMapping - Class in org.jboss.as.network
A client mapping specifies how external clients should connect to a socket's port, provided that the client's outbound interface match the specified source network value.
ClientMapping(InetAddress, int, String, int) - Constructor for class org.jboss.as.network.ClientMapping
Construct a new client mapping.
close() - Method in interface org.jboss.as.network.ManagedBinding
Close and unregister this binding.
close() - Method in class org.jboss.as.network.ManagedDatagramSocketBinding
 
close() - Method in class org.jboss.as.network.ManagedMulticastSocketBinding
 
close() - Method in class org.jboss.as.network.ManagedServerSocketBinding
 
close() - Method in class org.jboss.as.network.OutboundSocketBinding
Closes the outbound socket binding connection.
connect() - Method in class org.jboss.as.network.OutboundSocketBinding
Creates a Socket represented by this OutboundSocketBinding and connects to the destination.
createDatagramSocket() - Method in class org.jboss.as.network.SocketBinding
Create and bind a datagram socket.
createDatagramSocket() - Method in interface org.jboss.as.network.SocketBindingManager
Create an unnamed, unbound datagram socket.
createDatagramSocket() - Method in class org.jboss.as.network.SocketBindingManagerImpl
Create an unnamed, unbound datagram socket.
createDatagramSocket(String) - Method in interface org.jboss.as.network.SocketBindingManager
Create a named, unbound datagram socket.
createDatagramSocket(String) - Method in class org.jboss.as.network.SocketBindingManagerImpl
Create a named, unbound datagram socket.
createDatagramSocket(String, SocketAddress) - Method in interface org.jboss.as.network.SocketBindingManager
Create a named datagram socket.
createDatagramSocket(String, SocketAddress) - Method in class org.jboss.as.network.SocketBindingManagerImpl
Create a named datagram socket.
createDatagramSocket(SocketAddress) - Method in interface org.jboss.as.network.SocketBindingManager
Create an unnamed datagram socket.
createDatagramSocket(SocketAddress) - Method in class org.jboss.as.network.SocketBindingManagerImpl
Create an unnamed datagram socket.
createMulticastSocket() - Method in class org.jboss.as.network.SocketBinding
Create a multicast socket.
createMulticastSocket() - Method in interface org.jboss.as.network.SocketBindingManager
Create an unnamed, unbound multicast socket.
createMulticastSocket() - Method in class org.jboss.as.network.SocketBindingManagerImpl
Create an unnamed, unbound multicast socket.
createMulticastSocket(String) - Method in interface org.jboss.as.network.SocketBindingManager
Create a named, unbound multicast socket.
createMulticastSocket(String) - Method in class org.jboss.as.network.SocketBindingManagerImpl
Create a named, unbound multicast socket.
createMulticastSocket(String, SocketAddress) - Method in interface org.jboss.as.network.SocketBindingManager
Create a named multicast socket.
createMulticastSocket(String, SocketAddress) - Method in class org.jboss.as.network.SocketBindingManagerImpl
Create a named multicast socket.
createMulticastSocket(SocketAddress) - Method in interface org.jboss.as.network.SocketBindingManager
Create an unnamed multicast socket.
createMulticastSocket(SocketAddress) - Method in class org.jboss.as.network.SocketBindingManagerImpl
Create an unnamed multicast socket.
createServerSocket() - Method in class org.jboss.as.network.SocketBinding
Create and bind a server socket
createServerSocket(int) - Method in class org.jboss.as.network.SocketBinding
Create and bind a server socket.
createServerSocket(String) - Method in class org.jboss.as.network.ManagedServerSocketFactory
Create a named server socket.
createServerSocket(String, int) - Method in class org.jboss.as.network.ManagedServerSocketFactory
Create named server socket.
createServerSocket(String, int, int) - Method in class org.jboss.as.network.ManagedServerSocketFactory
Create a named server socket.
createServerSocket(String, int, int, InetAddress) - Method in class org.jboss.as.network.ManagedServerSocketFactory
Create a named server socket.
createSimpleManagedBinding(String, InetSocketAddress, Closeable) - Static method in class org.jboss.as.network.ManagedBinding.Factory
 
createSimpleManagedBinding(SocketBinding) - Static method in class org.jboss.as.network.ManagedBinding.Factory
 
createSocket(String) - Method in class org.jboss.as.network.ManagedSocketFactory
Create a socket.
createSocket(String, String, int) - Method in class org.jboss.as.network.ManagedSocketFactory
Create a socket.
createSocket(String, String, int, InetAddress, int) - Method in class org.jboss.as.network.ManagedSocketFactory
Create a socket.
createSocket(String, InetAddress, int) - Method in class org.jboss.as.network.ManagedSocketFactory
Create a socket.
createSocket(String, InetAddress, int, InetAddress, int) - Method in class org.jboss.as.network.ManagedSocketFactory
Create a socket.

F

Factory() - Constructor for class org.jboss.as.network.ManagedBinding.Factory
 
formatAddress(InetAddress) - Static method in class org.jboss.as.network.NetworkUtils
Formats input address.
formatAddress(InetSocketAddress) - Static method in class org.jboss.as.network.NetworkUtils
Converts socket address into string literal, which has form: 'address:port'.
formatIPAddressForURI(InetAddress) - Static method in class org.jboss.as.network.NetworkUtils
Formats input address.
formatPossibleIpv6Address(String) - Static method in class org.jboss.as.network.NetworkUtils
 

G

getAbsolutePort() - Method in class org.jboss.as.network.SocketBinding
Unlike the SocketBinding.getPort() method, this method takes into account the port offset, if the port is not a fixed port nor dynamically allocated ephemeral port (port number 0) and returns the absolute port number which is the sum of the port offset and the (relative) port.
getAbsoluteSourcePort() - Method in class org.jboss.as.network.OutboundSocketBinding
Returns the absolute source port for this outbound socket binding.
getAcceptCount() - Method in class org.jboss.as.network.ManagedServerSocketBinding
 
getAddress() - Method in class org.jboss.as.network.NetworkInterfaceBinding
Get the network address.
getAddress() - Method in class org.jboss.as.network.SocketBinding
Return the resolved InetAddress for this binding.
getAuthenticationConfiguration() - Method in interface org.jboss.as.network.OutboundConnection
Get the connection authentication configuration.
getBindAddress() - Method in interface org.jboss.as.network.ManagedBinding
Get the bind address.
getBindAddress() - Method in class org.jboss.as.network.ManagedDatagramSocketBinding
 
getBindAddress() - Method in class org.jboss.as.network.ManagedMulticastSocketBinding
 
getBindAddress() - Method in class org.jboss.as.network.ManagedServerSocketBinding
 
getClientMappings() - Method in class org.jboss.as.network.SocketBinding
 
getDefaultInterfaceAddress() - Method in interface org.jboss.as.network.SocketBindingManager
Return the resolved InetAddress for the default interface.
getDefaultInterfaceBinding() - Method in interface org.jboss.as.network.SocketBindingManager
Return the NetworkInterfaceBinding for the default interface.
getDestinationAddress() - Method in class org.jboss.as.network.ClientMapping
The destination host or IP that the client should connect to.
getDestinationPort() - Method in class org.jboss.as.network.ClientMapping
The destination port that the client should connect to.
getDestinationPort() - Method in class org.jboss.as.network.OutboundSocketBinding
Returns the destination port number.
getDestinationUri() - Method in interface org.jboss.as.network.OutboundConnection
Get the destination URI for the connection.
getLoggingLocale() - Method in class org.jboss.as.network.logging.NetworkMessages_$bundle
 
getManagedBinding() - Method in class org.jboss.as.network.SocketBinding
Get the ManagedBinding associated with this SocketBinding.
getManagedBinding(String) - Method in interface org.jboss.as.network.SocketBindingManager.NamedManagedBindingRegistry
Gets the binding registered under the given name.
getMulticastAddress() - Method in class org.jboss.as.network.SocketBinding
 
getMulticastPort() - Method in class org.jboss.as.network.SocketBinding
 
getMulticastSocketAddress() - Method in class org.jboss.as.network.SocketBinding
Get the multicast socket address.
getName() - Method in class org.jboss.as.network.OutboundSocketBinding
Returns the name of this outbound socket binding.
getName() - Method in class org.jboss.as.network.SocketBinding
Return the name of the SocketBinding used in the configuration
getNamedRegistry() - Method in interface org.jboss.as.network.SocketBindingManager
Get the named binding registry.
getNamedRegistry() - Method in class org.jboss.as.network.SocketBindingManagerImpl
Get the named binding registry.
getNetworkInterfaceBinding() - Method in class org.jboss.as.network.SocketBinding
Return the NetworkInterfaceBinding for the default interface.
getNetworkInterfaces() - Method in class org.jboss.as.network.NetworkInterfaceBinding
Get the resolved network interfaces.
getOptionalSourceAddress() - Method in class org.jboss.as.network.OutboundSocketBinding
Returns the source address of this outbound socket binding if one is configured.
getPort() - Method in class org.jboss.as.network.SocketBinding
Returns the port configured for this socket binding.
getPortOffset() - Method in interface org.jboss.as.network.SocketBindingManager
Get the server port offset.
getProtocol() - Method in class org.jboss.as.network.ProtocolSocketBinding
 
getResolvedDestinationAddress() - Method in class org.jboss.as.network.OutboundSocketBinding
Returns the resolved destination address of this outbound socket binding.
getServerSocketFactory() - Method in interface org.jboss.as.network.SocketBindingManager
Get the managed server socket factory.
getServerSocketFactory() - Method in class org.jboss.as.network.SocketBindingManagerImpl
Get the managed server socket factory.
getSocketAddress() - Method in class org.jboss.as.network.SocketBinding
Get the socket address.
getSocketBinding() - Method in class org.jboss.as.network.ProtocolSocketBinding
 
getSocketBindingName() - Method in interface org.jboss.as.network.ManagedBinding
Get the optional socket binding configuration name.
getSocketBindingName() - Method in class org.jboss.as.network.ManagedDatagramSocketBinding
 
getSocketBindingName() - Method in class org.jboss.as.network.ManagedMulticastSocketBinding
 
getSocketBindingName() - Method in class org.jboss.as.network.ManagedServerSocketBinding
 
getSocketBindings() - Method in class org.jboss.as.network.SocketBinding
Get the socket binding manager.
getSocketFactory() - Method in interface org.jboss.as.network.SocketBindingManager
Get the socket factory.
getSocketFactory() - Method in class org.jboss.as.network.SocketBindingManagerImpl
Get the socket factory.
getSourceAddress() - Method in class org.jboss.as.network.OutboundSocketBinding
Returns the source address of this outbound socket binding.
getSourceNetworkAddress() - Method in class org.jboss.as.network.ClientMapping
Source network the client connection binds on.
getSourceNetworkMaskBits() - Method in class org.jboss.as.network.ClientMapping
Source network the client connection binds on.
getSourcePort() - Method in class org.jboss.as.network.OutboundSocketBinding
Returns the source port for this outbound socket binding.
getSSLContext() - Method in interface org.jboss.as.network.OutboundConnection
Get the connection SSL Context.
getUnnamedRegistry() - Method in interface org.jboss.as.network.SocketBindingManager
Get the registry for unnamed open sockets.
getUnnamedRegistry() - Method in class org.jboss.as.network.SocketBindingManagerImpl
Get the registry for unnamed open sockets.
getUnresolvedDestinationAddress() - Method in class org.jboss.as.network.OutboundSocketBinding
Returns the unresolved destination address of this outbound socket binding.

I

INSTANCE - Static variable in class org.jboss.as.network.logging.NetworkMessages_$bundle
 
isBindingToMulticastAddressSupported() - Static method in class org.jboss.as.network.NetworkUtils
 
isBound() - Method in class org.jboss.as.network.SocketBinding
Check whether this SocketBinding is bound.
isConnected() - Method in class org.jboss.as.network.OutboundSocketBinding
Returns true if a socket connection has been established by this outbound socket binding, false otherwise.
isFixedPort() - Method in class org.jboss.as.network.SocketBinding
 
isFixedSourcePort() - Method in class org.jboss.as.network.OutboundSocketBinding
Returns whether the source port is fixed, i.e.
isRegistered(String) - Method in interface org.jboss.as.network.SocketBindingManager.NamedManagedBindingRegistry
Gets whether there is a binding registered under the given name.

L

listActiveBindings() - Method in interface org.jboss.as.network.ManagedBindingRegistry
List the activate bindings.

M

ManagedBinding - Interface in org.jboss.as.network
A representation of a socket binding.
ManagedBinding.Factory - Class in org.jboss.as.network
 
ManagedBindingRegistry - Interface in org.jboss.as.network
 
ManagedDatagramSocketBinding - Class in org.jboss.as.network
Managed DatagramSocket binding, automatically registering itself at the SocketBindingManager when bound.
ManagedMulticastSocketBinding - Class in org.jboss.as.network
Managed MulticastSocket binding, automatically registering itself at the SocketBindingManager when bound.
ManagedServerSocketBinding - Class in org.jboss.as.network
Managed ServerSocket binding, automatically registering itself at the SocketBindingManager when bound.
ManagedServerSocketFactory - Class in org.jboss.as.network
ServerSocketFactory implementation creating sockets, which automatically register and unregister itself at the SocketBindingManager when bound or closed.
ManagedServerSocketFactory() - Constructor for class org.jboss.as.network.ManagedServerSocketFactory
 
ManagedSocketFactory - Class in org.jboss.as.network
ServerSocketFactory implementation creating sockets, which automatically register and unregister itself at the SocketBindingManager when bound or closed.
ManagedSocketFactory() - Constructor for class org.jboss.as.network.ManagedSocketFactory
 
MESSAGES - Static variable in interface org.jboss.as.network.logging.NetworkMessages
The default messages

N

NetworkInterfaceBinding - Class in org.jboss.as.network
The resolved network interface bindings.
NetworkInterfaceBinding(Collection<NetworkInterface>, InetAddress) - Constructor for class org.jboss.as.network.NetworkInterfaceBinding
 
NetworkMessages - Interface in org.jboss.as.network.logging
Date: 24.06.2011
NetworkMessages_$bundle - Class in org.jboss.as.network.logging
Warning this class consists of generated code.
NetworkMessages_$bundle() - Constructor for class org.jboss.as.network.logging.NetworkMessages_$bundle
 
NetworkUtils - Class in org.jboss.as.network
Utility methods related to networking.
noMulticastBinding(String) - Method in class org.jboss.as.network.logging.NetworkMessages_$bundle
 
noMulticastBinding(String) - Method in interface org.jboss.as.network.logging.NetworkMessages
Creates an exception indicating the no multicast binding for the name.
noMulticastBinding$str() - Method in class org.jboss.as.network.logging.NetworkMessages_$bundle
 

O

org.jboss.as.network - package org.jboss.as.network
 
org.jboss.as.network.logging - package org.jboss.as.network.logging
 
OutboundConnection - Interface in org.jboss.as.network
Allows callers to get information of an outbound connection.
OutboundSocketBinding - Class in org.jboss.as.network
An outbound socket binding represents the client end of a socket.
OutboundSocketBinding(String, SocketBindingManager, String, int, NetworkInterfaceBinding, Integer, boolean) - Constructor for class org.jboss.as.network.OutboundSocketBinding
Creates an outbound socket binding
OutboundSocketBinding(String, SocketBindingManager, InetAddress, int, NetworkInterfaceBinding, Integer, boolean) - Constructor for class org.jboss.as.network.OutboundSocketBinding
Creates an outbound socket binding.

P

ProtocolSocketBinding - Class in org.jboss.as.network
Simple data object that associates a SocketBinding with the name of a protocol.
ProtocolSocketBinding(String, SocketBinding) - Constructor for class org.jboss.as.network.ProtocolSocketBinding
 

R

readResolve() - Method in class org.jboss.as.network.logging.NetworkMessages_$bundle
 
registerBinding(ManagedBinding) - Method in interface org.jboss.as.network.ManagedBindingRegistry
Register a managed binding.
registerBinding(ManagedBinding) - Method in interface org.jboss.as.network.SocketBindingManager.NamedManagedBindingRegistry
Register a managed binding.
registerChannel(String, DatagramChannel) - Method in interface org.jboss.as.network.SocketBindingManager.NamedManagedBindingRegistry
Registers a binding under the given name based on the given channel.
registerChannel(String, ServerSocketChannel) - Method in interface org.jboss.as.network.SocketBindingManager.NamedManagedBindingRegistry
Registers a binding under the given name based on the given channel.
registerChannel(String, SocketChannel) - Method in interface org.jboss.as.network.SocketBindingManager.NamedManagedBindingRegistry
Registers a binding under the given name based on the given channel.
registerChannel(DatagramChannel) - Method in interface org.jboss.as.network.SocketBindingManager.UnnamedBindingRegistry
Registers an unnamed binding based on the given channel.
registerChannel(ServerSocketChannel) - Method in interface org.jboss.as.network.SocketBindingManager.UnnamedBindingRegistry
Registers an unnamed binding based on the given channel.
registerChannel(SocketChannel) - Method in interface org.jboss.as.network.SocketBindingManager.UnnamedBindingRegistry
Registers an unnamed binding based on the given channel.
registerSocket(String, DatagramSocket) - Method in interface org.jboss.as.network.SocketBindingManager.NamedManagedBindingRegistry
Registers a binding under the given name based on the given socket.
registerSocket(String, ServerSocket) - Method in interface org.jboss.as.network.SocketBindingManager.NamedManagedBindingRegistry
Registers a binding under the given name based on the given socket.
registerSocket(String, Socket) - Method in interface org.jboss.as.network.SocketBindingManager.NamedManagedBindingRegistry
Registers a binding under the given name based on the given socket.
registerSocket(DatagramSocket) - Method in interface org.jboss.as.network.SocketBindingManager.UnnamedBindingRegistry
Registers an unnamed binding based on the given socket.
registerSocket(ServerSocket) - Method in interface org.jboss.as.network.SocketBindingManager.UnnamedBindingRegistry
Registers an unnamed binding based on the given socket.
registerSocket(Socket) - Method in interface org.jboss.as.network.SocketBindingManager.UnnamedBindingRegistry
Registers an unnamed binding based on the given socket.

S

setClientMappings(List<ClientMapping>) - Method in class org.jboss.as.network.SocketBinding
 
setFixedPort(boolean) - Method in class org.jboss.as.network.SocketBinding
 
setMulticastAddress(InetAddress) - Method in class org.jboss.as.network.SocketBinding
 
setMulticastPort(int) - Method in class org.jboss.as.network.SocketBinding
 
setPort(int) - Method in class org.jboss.as.network.SocketBinding
 
SocketBinding - Class in org.jboss.as.network
An encapsulation of socket binding related information.
SocketBinding(String, int, boolean, InetAddress, int, NetworkInterfaceBinding, SocketBindingManager, List<ClientMapping>) - Constructor for class org.jboss.as.network.SocketBinding
 
SocketBindingManager - Interface in org.jboss.as.network
The socket binding manager represents a registry of all active (bound) sockets.
SocketBindingManager.NamedManagedBindingRegistry - Interface in org.jboss.as.network
 
SocketBindingManager.UnnamedBindingRegistry - Interface in org.jboss.as.network
 
SocketBindingManagerImpl - Class in org.jboss.as.network
 
SocketBindingManagerImpl() - Constructor for class org.jboss.as.network.SocketBindingManagerImpl
 

U

unregisterBinding(String) - Method in interface org.jboss.as.network.SocketBindingManager.NamedManagedBindingRegistry
Unregisters the binding with the given name.
unregisterBinding(ManagedBinding) - Method in interface org.jboss.as.network.ManagedBindingRegistry
Unregister a managed binding.
unregisterBinding(ManagedBinding) - Method in interface org.jboss.as.network.SocketBindingManager.NamedManagedBindingRegistry
Unregister a managed binding.
unregisterChannel(DatagramChannel) - Method in interface org.jboss.as.network.SocketBindingManager.UnnamedBindingRegistry
Unregisters a binding previously registered for the channel.
unregisterChannel(ServerSocketChannel) - Method in interface org.jboss.as.network.SocketBindingManager.UnnamedBindingRegistry
Unregisters a binding previously registered for the channel.
unregisterChannel(SocketChannel) - Method in interface org.jboss.as.network.SocketBindingManager.UnnamedBindingRegistry
Unregisters a binding previously registered for the channel.
unregisterSocket(DatagramSocket) - Method in interface org.jboss.as.network.SocketBindingManager.UnnamedBindingRegistry
Unregisters a binding previously registered for the socket.
unregisterSocket(ServerSocket) - Method in interface org.jboss.as.network.SocketBindingManager.UnnamedBindingRegistry
Unregisters a binding previously registered for the socket.
unregisterSocket(Socket) - Method in interface org.jboss.as.network.SocketBindingManager.UnnamedBindingRegistry
Unregisters a binding previously registered for the socket.
A B C F G I L M N O P R S U 
All Classes All Packages