类 Doge
java.lang.Object
org.v2u.toy.Doge
-
嵌套类概要
嵌套类修饰符和类型类说明static classprotected static classstatic classDoge.Server<T extends Doge.Exchange>static class -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static Doge.Server<Doge.Exchange> create()static <T extends Doge.Exchange>
Doge.Server<T> create(java.util.function.Function<com.sun.net.httpserver.HttpExchange, T> contextFactory)
-
构造器详细资料
-
Doge
public Doge()
-
-
方法详细资料
-
create
public static <T extends Doge.Exchange> Doge.Server<T> create(java.util.function.Function<com.sun.net.httpserver.HttpExchange, T> contextFactory) -
create
-