I am using HttpClientConnector to establish a connection and achieve HTTP communication,and after FullHttpMessageListener onComplete method has been called, i want to close the connection.But,the close() method always return false
@OverRide
public boolean close() {
return false;
}
Why design this?