Uses of Class
com.sun.sgs.impl.io.TransportType

Packages that use TransportType
com.sun.sgs.impl.io Provides a concrete implementation for network endpoint abstraction, connection initiation, and reactive event processing. 
 

Uses of TransportType in com.sun.sgs.impl.io
 

Fields in com.sun.sgs.impl.io declared as TransportType
protected  TransportType AbstractSocketEndpoint.transportType
          The transport type this endpoint encapsulates.
 

Methods in com.sun.sgs.impl.io that return TransportType
 TransportType AbstractSocketEndpoint.getTransportType()
          Returns the TransportType encapsulated by this endpoint.
static TransportType TransportType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransportType[] TransportType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.sun.sgs.impl.io with parameters of type TransportType
AbstractSocketEndpoint(SocketAddress address, TransportType type)
          Constructs an AbstractSocketEndpoint with the given TransportType.
AbstractSocketEndpoint(SocketAddress address, TransportType type, Executor executor, int numProcessors)
          Constructs an AbstractSocketEndpoint with the given TransportType using the given Executor for thread management.
ServerSocketEndpoint(SocketAddress address, TransportType type)
          Constructs a ServerSocketEndpoint with the given TransportType.
ServerSocketEndpoint(SocketAddress address, TransportType type, Executor executor)
          Constructs a ServerSocketEndpoint with the given TransportType using the given Executor for thread management.
ServerSocketEndpoint(SocketAddress address, TransportType type, Executor executor, int numProcessors)
          Constructs a ServerSocketEndpoint with the given TransportType using the given Executor for thread management.
SocketEndpoint(SocketAddress address, TransportType type)
          Constructs a SocketEndpoint with the given TransportType.
SocketEndpoint(SocketAddress address, TransportType type, Executor executor)
          Constructs a SocketEndpoint with the given TransportType using the given Executor for thread management.
SocketEndpoint(SocketAddress address, TransportType type, Executor executor, int numProcessors)
          Constructs a SocketEndpoint with the given TransportType using the given Executor for thread management.
 


Project Darkstar, Version 0.9.10.2
2013-07-29 21:06:29

Copyright © 2007-2013 Sun Microsystems, Inc. All rights reserved