public class MissingProtocol extends java.lang.Object implements IDavProtocol<UnknownQuery,UnknownResponse>
| Modifier and Type | Field and Description | 
|---|---|
protected org.slf4j.Logger | 
logger  | 
| Constructor and Description | 
|---|
MissingProtocol()  | 
MissingProtocol(int errorCode)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
execute(LoggedCore lc,
       UnknownQuery query,
       org.vertx.java.core.Handler<UnknownResponse> handler)  | 
void | 
parse(org.vertx.java.core.http.HttpServerRequest r,
     DavResource davRes,
     org.vertx.java.core.Handler<UnknownQuery> handler)  | 
void | 
write(UnknownResponse response,
     org.vertx.java.core.http.HttpServerResponse sr)  | 
public MissingProtocol()
public MissingProtocol(int errorCode)
public void parse(org.vertx.java.core.http.HttpServerRequest r,
                  DavResource davRes,
                  org.vertx.java.core.Handler<UnknownQuery> handler)
parse in interface IDavProtocol<UnknownQuery,UnknownResponse>public void execute(LoggedCore lc, UnknownQuery query, org.vertx.java.core.Handler<UnknownResponse> handler)
execute in interface IDavProtocol<UnknownQuery,UnknownResponse>public void write(UnknownResponse response, org.vertx.java.core.http.HttpServerResponse sr)
write in interface IDavProtocol<UnknownQuery,UnknownResponse>Copyright © 2021. All Rights Reserved.