public class NonChunkedEventingMessageHandler extends NonChunkedHttpMessageHandler
IDENTIFIER| Constructor and Description |
|---|
NonChunkedEventingMessageHandler(BaseEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected Exception |
failRequestWith(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpResponseStatus status,
String content,
NonChunkedHttpRequest<Response> request)
To be implemented by children, should return the proper service exception type for each.
|
channelActive, channelInactive, channelRead, handlerAdded, handlerRemoved, writebind, close, connect, deregister, disconnect, flush, readchannelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, isSharablepublic NonChunkedEventingMessageHandler(BaseEndpoint endpoint)
protected Exception failRequestWith(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpResponseStatus status, String content, NonChunkedHttpRequest<Response> request)
NonChunkedHttpMessageHandlerfailRequestWith in class NonChunkedHttpMessageHandlercontent - the raw full content body of the response if not successful.Copyright © 2024 Couchbase, Inc.. All rights reserved.