Uses of Class
kilim.nio.EndPoint
-
Packages that use EndPoint Package Description kilim.http kilim.nio -
-
Uses of EndPoint in kilim.http
Methods in kilim.http with parameters of type EndPoint Modifier and Type Method Description voidHttpRequest. fill(EndPoint endpoint, int offset, int size)voidHttpRequest. readAllChunks(EndPoint endpoint)voidHttpRequest. readBody(EndPoint endpoint)voidHttpRequest. readFrom(EndPoint endpoint)voidHttpRequest. readHeader(EndPoint endpoint)intHttpRequest. readLine(EndPoint endpoint)voidHttpRequest. readTrailers(EndPoint endpoint)voidHttpResponse. writeTo(EndPoint endpoint) -
Uses of EndPoint in kilim.nio
Fields in kilim.nio declared as EndPoint Modifier and Type Field Description EndPointSessionTask. endpoint
-