public class ConnectionCache extends Object
Constructor and Description |
---|
ConnectionCache() |
Modifier and Type | Method and Description |
---|---|
org.jboss.remoting3.Connection |
get(org.jboss.remoting3.Endpoint clientEndpoint,
URI connectionURI,
org.xnio.OptionMap connectOptions,
CallbackHandler callbackHandler,
long connectionTimeout) |
void |
release(Object connectionHash) |
void |
release(Object connectionHash,
boolean async) |
void |
shutdown() |
public org.jboss.remoting3.Connection get(org.jboss.remoting3.Endpoint clientEndpoint, URI connectionURI, org.xnio.OptionMap connectOptions, CallbackHandler callbackHandler, long connectionTimeout) throws IOException
IOException
public void release(Object connectionHash)
public void release(Object connectionHash, boolean async)
public void shutdown()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.