final OContextConfiguration iConfiguration) throws IOException {
server = iServer;
requestMaxContentLength = iConfiguration.getValueAsInteger(OGlobalConfiguration.NETWORK_HTTP_MAX_CONTENT_LENGTH);
socketTimeout = iConfiguration.getValueAsInteger(OGlobalConfiguration.NETWORK_SOCKET_TIMEOUT);
channel = new OChannelTextServer(iSocket, iConfiguration);
connection = iConnection;
request = new OHttpRequest(this, channel, data, iConfiguration);
data.caller = channel.toString();