This commit is contained in:
Redkale
2016-08-08 10:48:46 +08:00
parent bf9098df86
commit 42e7ac298e
4 changed files with 22 additions and 6 deletions

View File

@@ -144,6 +144,10 @@ public abstract class Server<K extends Serializable, C extends Context, R extend
public Logger getLogger() {
return this.logger;
}
public PrepareServlet<K, C, R, P, S> getPrepareServlet(){
return this.prepare;
}
@SuppressWarnings("unchecked")
public void addServlet(S servlet, final Object attachment, AnyValue conf, K... mappings) {