com.neeve.emx
Class EmxNwLnkProps

java.lang.Object
  extended by com.neeve.emx.EmxNwLnkProps

public final class EmxNwLnkProps
extends Object

Contains properties that can be set on the various EMX network links.

Network links are configured via the use of properties. When a network link is created (see EmxFactory.createNwLnkClientEndpoint(com.neeve.emx.EmxFactory.EmxImpl, java.lang.String, java.util.HashMap) and EmxFactory.createNwLnkServerEndpoint(com.neeve.emx.EmxFactory.EmxImpl, java.lang.String, java.util.HashMap)), the user provides a list of name value property pairs and a network link descriptor to the creation methods. The endpoint creation methods extract the properties specified in the provided descriptor, sets/relaces the extracted properties in the provided property table, creates the appropriate network link and configures the link using properties in the prepared property table. This class contains the names and the class definition for any complex value types for the properties supported by the various implemented link types.


Nested Class Summary
static class EmxNwLnkProps.Socket
          Socket properties
static class EmxNwLnkProps.Tcp
          TCP properties
 
Constructor Summary
EmxNwLnkProps()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmxNwLnkProps

public EmxNwLnkProps()


Copyright © 2015 Neeve Research, LLC. All Rights Reserved.