Method |
Description |
|
AddressFamilyToString ( AddressFamily af ) : string |
|
|
CheckSecurity ( RubyContext context, object self, string message ) : void |
|
|
CloseRead ( RubyContext context, RubyBasicSocket self ) : void |
|
|
CloseWrite ( RubyContext context, RubyBasicSocket self ) : void |
|
|
ConvertToAddressFamily ( ConversionStorage stringCast, ConversionStorage fixnumCast, object family ) : AddressFamily |
|
|
ConvertToHostString ( BigInteger address ) : string |
|
|
ConvertToHostString ( ConversionStorage stringCast, object hostName ) : string |
|
|
ConvertToHostString ( MutableString hostName ) : string |
|
|
ConvertToHostString ( uint address ) : string |
|
|
ConvertToPortNum ( ConversionStorage stringCast, ConversionStorage fixnumCast, object port ) : int |
|
|
ConvertToSocketFlag ( ConversionStorage conversionStorage, object flags ) : SocketFlags |
|
|
CreateHostEntryArray ( RubyContext context, IPHostEntry hostEntry, bool packIpAddresses ) : RubyArray |
|
|
DoNotReverseLookup ( RubyContext context ) : StrongBox |
|
|
ForFileDescriptor ( ) : RuleGenerator |
|
|
GetAddressArray ( EndPoint endPoint ) : RubyArray |
|
|
GetAddressArray ( RubyContext context, EndPoint endPoint ) : RubyArray |
|
|
GetAddressArray ( RubyContext context, EndPoint endPoint, bool doNotReverseLookup ) : RubyArray |
|
|
GetDoNotReverseLookup ( RubyBasicSocket self ) : bool |
|
|
GetDoNotReverseLookup ( RubyClass self ) : bool |
|
|
GetHostAddress ( string hostNameOrAddress ) : IPAddress |
|
|
GetHostByName ( RubyContext context, string hostNameOrAddress, bool packIpAddresses ) : RubyArray |
|
|
GetHostEntry ( IPAddress address, bool doNotReverseLookup ) : IPHostEntry |
|
|
GetHostEntry ( string hostNameOrAddress, bool doNotReverseLookup ) : IPHostEntry |
|
|
GetPeerName ( RubyBasicSocket self ) : MutableString |
|
|
GetSocketName ( RubyBasicSocket self ) : MutableString |
|
|
GetSocketOption ( ConversionStorage conversionStorage, RubyContext context, RubyBasicSocket self, [ level, [ optname ) : MutableString |
|
|
HostNameToMutableString ( RubyContext context, string str ) : MutableString |
|
|
IPAddressToHostName ( IPAddress address, bool doNotReverseLookup ) : string |
|
|
IntegerAsFixnum ( object value, int &result ) : bool |
Converts an Integer to a Fixnum. Don't call any conversion methods--just handles Fixnum & Bignum |
|
MakeEntry ( IPAddress address, bool doNotReverseLookup ) : IPHostEntry |
|
|
Receive ( ConversionStorage fixnumCast, RubyBasicSocket self, [ length, [ flags ) : MutableString |
|
|
ReceiveNonBlocking ( ConversionStorage fixnumCast, RubyBasicSocket self, [ length, [ flags ) : MutableString |
|
|
SearchForService ( MutableString serviceName ) : ServiceName |
|
|
SearchForService ( MutableString serviceName, MutableString protocol ) : ServiceName |
|
|
SearchForService ( int port ) : ServiceName |
|
|
Send ( ConversionStorage fixnumCast, RubyBasicSocket self, [ message, object flags ) : int |
|
|
Send ( ConversionStorage fixnumCast, RubyBasicSocket self, [ message, object flags, [ to ) : int |
|
|
SetDoNotReverseLookup ( RubyBasicSocket self, bool value ) : void |
|
|
SetDoNotReverseLookup ( RubyClass self, bool value ) : void |
|
|
SetFileControlFlags ( int flags ) : int |
|
|
SetSocketOption ( ConversionStorage conversionStorage, RubyContext context, RubyBasicSocket self, [ level, [ optname, bool value ) : void |
|
|
SetSocketOption ( ConversionStorage conversionStorage, RubyContext context, RubyBasicSocket self, [ level, [ optname, int value ) : void |
|
|
SetSocketOption ( RubyContext context, RubyBasicSocket self, [ level, [ optname, [ value ) : void |
|
|
Shutdown ( RubyContext context, RubyBasicSocket self, [ how ) : int |
|
|
ToAddressFamilyString ( AddressFamily family ) : MutableString |
|
|