org.mule.transport.tcp
Class TcpPropertyHelper

java.lang.Object
  extended by org.mule.transport.tcp.TcpPropertyHelper

public class TcpPropertyHelper
extends Object

Helper class to read properties for the TCP transport.


Field Summary
static String MULE_TCP_BIND_LOCALHOST_TO_ALL_LOCAL_INTERFACES_PROPERTY
           
 
Constructor Summary
TcpPropertyHelper()
           
 
Method Summary
static boolean isBindingLocalhostToAllLocalInterfaces()
          Returns whether localhost should be bound to all local interfaces or not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MULE_TCP_BIND_LOCALHOST_TO_ALL_LOCAL_INTERFACES_PROPERTY

public static final String MULE_TCP_BIND_LOCALHOST_TO_ALL_LOCAL_INTERFACES_PROPERTY
See Also:
Constant Field Values
Constructor Detail

TcpPropertyHelper

public TcpPropertyHelper()
Method Detail

isBindingLocalhostToAllLocalInterfaces

public static boolean isBindingLocalhostToAllLocalInterfaces()
Returns whether localhost should be bound to all local interfaces or not.

Returns:
True if localhost should be bound to all local interfaces, false otherwise.


Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.