Uses of Class
org.smallmind.web.reverse.http1_1.CannedResponse
-
-
Uses of CannedResponse in org.smallmind.web.reverse.http1_1
Methods in org.smallmind.web.reverse.http1_1 that return CannedResponse Modifier and Type Method Description CannedResponseProtocolException. getCannedResponse()static CannedResponseCannedResponse. valueOf(String name)Returns the enum constant of this type with the specified name.static CannedResponse[]CannedResponse. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.smallmind.web.reverse.http1_1 with parameters of type CannedResponse Modifier and Type Method Description voidFrameReader. fail(CannedResponse cannedResponse, SocketChannel failedChannel)voidHttpChunkedFrameReader. fail(CannedResponse cannedResponse, SocketChannel failedChannel)voidHttpContentLengthFrameReader. fail(CannedResponse cannedResponse, SocketChannel failedChannel)voidHttpFrameReader. fail(CannedResponse cannedResponse, SocketChannel failedChannel)voidWebSocketFrameReader. fail(CannedResponse cannedResponse, SocketChannel failedChannel)Constructors in org.smallmind.web.reverse.http1_1 with parameters of type CannedResponse Constructor Description ProtocolException(CannedResponse cannedResponse)
-