| Package | Description |
|---|---|
| com.jcabi.http.mock |
Mock of Servlet Container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MkGrizzlyContainer
Implementation of
MkContainer based on Grizzly Server. |
| Modifier and Type | Method and Description |
|---|---|
MkContainer |
MkContainer.next(MkAnswer answer)
Give this answer on the next request.
|
MkContainer |
MkGrizzlyContainer.next(MkAnswer answer) |
MkContainer |
MkContainer.start()
Start it on the first available TCP port.
|
MkContainer |
MkGrizzlyContainer.start() |
MkContainer |
MkContainer.start(int prt)
Start it on a provided port.
|
MkContainer |
MkGrizzlyContainer.start(int prt) |
Copyright © 2012–2014 jcabi.com. All rights reserved.