|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Stoppable | |
|---|---|
| org.mockserver.mockserver | |
| org.mockserver.proxy | |
| org.mockserver.proxy.direct | |
| org.mockserver.proxy.http | |
| org.mockserver.stop | |
| Uses of Stoppable in org.mockserver.mockserver |
|---|
| Classes in org.mockserver.mockserver that implement Stoppable | |
|---|---|
class |
MockServer
|
| Uses of Stoppable in org.mockserver.proxy |
|---|
| Subinterfaces of Stoppable in org.mockserver.proxy | |
|---|---|
interface |
Proxy
This class should not be constructed directly instead use HttpProxyBuilder to build and configure this class |
| Uses of Stoppable in org.mockserver.proxy.direct |
|---|
| Classes in org.mockserver.proxy.direct that implement Stoppable | |
|---|---|
class |
DirectProxy
This class should not be constructed directly instead use HttpProxyBuilder to build and configure this class |
| Uses of Stoppable in org.mockserver.proxy.http |
|---|
| Classes in org.mockserver.proxy.http that implement Stoppable | |
|---|---|
class |
HttpProxy
This class should not be constructed directly instead use HttpProxyBuilder to build and configure this class |
| Uses of Stoppable in org.mockserver.stop |
|---|
| Fields in org.mockserver.stop with type parameters of type Stoppable | |
|---|---|
protected List<Stoppable> |
StopEventQueue.stoppables
|
| Methods in org.mockserver.stop with parameters of type Stoppable | |
|---|---|
void |
StopEventQueue.register(Stoppable stoppable)
|
Future<?> |
StopEventQueue.stop(Stoppable currentStoppable,
com.google.common.util.concurrent.SettableFuture<String> stopping,
io.netty.channel.EventLoopGroup bossGroup,
io.netty.channel.EventLoopGroup workerGroup)
|
Future<?> |
StopEventQueue.stopOthers(Stoppable currentStoppable)
|
void |
StopEventQueue.unregister(Stoppable stoppable)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||