| 接口 | 说明 |
|---|---|
| IFactory<T> |
Represents a simple factory
|
| IFactoryThrowing<T,E extends Throwable> |
Represents a factory that can throw an exception instead of actually creating
an object
|
| IHandler<I,O> |
Defines a generic handler that returns an object of type O when given an
object of type I.
|
| 类 | 说明 |
|---|---|
| ServerRunner |
Copyright © 2012–2020 nanohttpd. All rights reserved.