public class EzyServerControllersImpl extends Object implements EzyServerControllers
| Modifier and Type | Class and Description |
|---|---|
static class |
EzyServerControllersImpl.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Map<com.tvd12.ezyfox.constant.EzyConstant,EzyController> |
controllers |
protected Map<com.tvd12.ezyfox.constant.EzyConstant,EzyInterceptor> |
interceptors |
protected EzyStreamingController |
streamingController |
protected EzyInterceptor |
streamingInterceptor |
| Modifier | Constructor and Description |
|---|---|
protected |
EzyServerControllersImpl(EzyServerControllersImpl.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
static EzyServerControllersImpl.Builder |
builder() |
EzyController |
getController(com.tvd12.ezyfox.constant.EzyConstant cmd) |
EzyInterceptor |
getInterceptor(com.tvd12.ezyfox.constant.EzyConstant cmd) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStreamingController, getStreamingInterceptorprotected final EzyInterceptor streamingInterceptor
protected final EzyStreamingController streamingController
protected final Map<com.tvd12.ezyfox.constant.EzyConstant,EzyController> controllers
protected final Map<com.tvd12.ezyfox.constant.EzyConstant,EzyInterceptor> interceptors
protected EzyServerControllersImpl(EzyServerControllersImpl.Builder builder)
public EzyController getController(com.tvd12.ezyfox.constant.EzyConstant cmd)
getController in interface EzyServerControllerspublic EzyInterceptor getInterceptor(com.tvd12.ezyfox.constant.EzyConstant cmd)
getInterceptor in interface EzyServerControllerspublic static EzyServerControllersImpl.Builder builder()
Copyright © 2021 Young Monkeys. All rights reserved.