plsar-framework
1.01
plsar-framework
/
plsar.web
/
HttpTransmission
Http
Transmission
class
HttpTransmission
(
var
cache
:
PLSAR.Cache
?
)
:
HttpHandler
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Http
Transmission
Link copied to clipboard
fun
HttpTransmission
(
cache
:
PLSAR.Cache
?
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
get
Parameter
Types
Link copied to clipboard
fun
getParameterTypes
(
clsParamaters
:
Array
<
Class
<
*
>
>
?
)
:
List
<
String
>
Content copied to clipboard
handle
Link copied to clipboard
open
override
fun
handle
(
httpExchange
:
HttpExchange
)
Content copied to clipboard
Properties
cache
Link copied to clipboard
var
cache
:
PLSAR.Cache
?
Content copied to clipboard
sessions
Link copied to clipboard
var
sessions
:
MutableMap
<
String
?
,
HttpSession
?
>
Content copied to clipboard
support
Link copied to clipboard
var
support
:
PLSAR.Support
Content copied to clipboard