final ConnectionBean connectionBean, final ConnectionConfiguration configuration) {
this.peerBean = peerBean;
this.connectionBean = connectionBean;
this.futureResponse = futureResponse;
this.message = futureResponse.request();
this.sendMessageID = new MessageID(message);
this.idleTCPSeconds = configuration.idleTCPSeconds();
this.idleUDPSeconds = configuration.idleUDPSeconds();
this.connectionTimeoutTCPMillis = configuration.connectionTimeoutTCPMillis();
}