struct ProtoHackers::ISLSession
- ProtoHackers::ISLSession
- Struct
- Value
- Object
Defined in:
8_insecure_socket_layer.crConstructors
Instance Method Summary
- #accumulator : Array(UInt8)
- #accumulator=(value : Array(UInt8))
- #ciphers : Array(Cipher)
- #client : TCPSocket
- #clone
- #copy_with(client _client = @client, remote_address _remote_address = @remote_address, ciphers _ciphers = @ciphers, accumulator _accumulator = @accumulator, message _message = @message, processed_pos _processed_pos = @processed_pos, resp_pos _resp_pos = @resp_pos)
- #handle
- #message : Array(UInt8)
- #message=(value : Array(UInt8))
- #processed_pos : Int32
- #remote_address : String
- #resp_pos : Int32
Constructor Detail
def self.new(client : TCPSocket, remote_address : String, ciphers : Array(Cipher), accumulator : Array(UInt8) = [] of UInt8, message : Array(UInt8) = [] of UInt8, processed_pos : Int32 = 0, resp_pos : Int32 = 0)
#
Instance Method Detail
def copy_with(client _client = @client, remote_address _remote_address = @remote_address, ciphers _ciphers = @ciphers, accumulator _accumulator = @accumulator, message _message = @message, processed_pos _processed_pos = @processed_pos, resp_pos _resp_pos = @resp_pos)
#