Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
wrench
v0.1.3
Elapsed
Flag
Emoji
HTTP
Client
Response
CompressType
Request
Server
Response
WebSocket
IO
CopyException
Evented
Log
Number
Socket
Address
Addrinfo
TCPSocket
Transport
Reliable
Side
URI
Built with Crystal 1.9.2
2023-10-07 22:06:09 UTC
enum
Transport::Reliable
Defined in:
wrench/transport.cr
Enum Members
Half
=
0_u8
Full
=
1_u8
Source
=
2_u8
Destination
=
3_u8
Instance Method Summary
#destination?
#full?
#half?
#source?
Instance Method Detail
def
destination?
#
[
View source
]
def
full?
#
[
View source
]
def
half?
#
[
View source
]
def
source?
#
[
View source
]