public final class JettyIoPool extends Object implements Closeable
| Constructor and Description |
|---|
JettyIoPool(String name,
JettyIoPoolConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.eclipse.jetty.io.ByteBufferPool |
getByteBufferPool() |
Executor |
getExecutor() |
String |
getName() |
org.eclipse.jetty.util.thread.Scheduler |
getScheduler() |
String |
toString() |
public JettyIoPool(String name, JettyIoPoolConfig config)
public void close()
close in interface Closeableclose in interface AutoCloseablepublic String getName()
public Executor getExecutor()
public org.eclipse.jetty.io.ByteBufferPool getByteBufferPool()
public org.eclipse.jetty.util.thread.Scheduler getScheduler()
Copyright © 2010-2017 Airlift. All Rights Reserved.