webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Properties | List of all members
SRWebSocket Class Reference

#import <SRWebSocket.h>

Inheritance diagram for SRWebSocket:
NSObject NSObject

Instance Methods

(id- initWithURLRequest:protocols:
 
(id- initWithURLRequest:
 
(id- initWithURL:protocols:
 
(id- initWithURL:
 
(void- setDelegateOperationQueue:
 
(void- setDelegateDispatchQueue:
 
(void- scheduleInRunLoop:forMode:
 
(void- unscheduleFromRunLoop:forMode:
 
(void- open
 
(void- close
 
(void- closeWithCode:reason:
 
(void- send:
 
(void- sendPing:
 
(id- initWithURLRequest:protocols:
 
(id- initWithURLRequest:
 
(id- initWithURL:protocols:
 
(id- initWithURL:
 
(void- setDelegateOperationQueue:
 
(void- setDelegateDispatchQueue:
 
(void- scheduleInRunLoop:forMode:
 
(void- unscheduleFromRunLoop:forMode:
 
(void- open
 
(void- close
 
(void- closeWithCode:reason:
 
(void- send:
 
(void- sendPing:
 

Properties

id< SRWebSocketDelegate > delegate
 
SRReadyState readyState
 
NSURLurl
 
NSStringprotocol
 

Method Documentation

◆ close() [1/2]

- (void) close

◆ close() [2/2]

- (void) close

◆ closeWithCode:reason:() [1/2]

- (void) closeWithCode: (NSInteger)  code
reason: (NSString *)  reason 

◆ closeWithCode:reason:() [2/2]

- (void) closeWithCode: (NSInteger)  code
reason: (NSString *)  reason 

◆ initWithURL:() [1/2]

- (id) initWithURL: (NSURL *)  url

◆ initWithURL:() [2/2]

- (id) initWithURL: (NSURL *)  url

◆ initWithURL:protocols:() [1/2]

- (id) initWithURL: (NSURL *)  url
protocols: (NSArray *)  protocols 

◆ initWithURL:protocols:() [2/2]

- (id) initWithURL: (NSURL *)  url
protocols: (NSArray *)  protocols 

◆ initWithURLRequest:() [1/2]

- (id) initWithURLRequest: (NSURLRequest *)  request

◆ initWithURLRequest:() [2/2]

- (id) initWithURLRequest: (NSURLRequest *)  request

◆ initWithURLRequest:protocols:() [1/2]

- (id) initWithURLRequest: (NSURLRequest *)  request
protocols: (NSArray *)  protocols 

◆ initWithURLRequest:protocols:() [2/2]

- (id) initWithURLRequest: (NSURLRequest *)  request
protocols: (NSArray *)  protocols 

◆ open() [1/2]

- (void) open

◆ open() [2/2]

- (void) open

◆ scheduleInRunLoop:forMode:() [1/2]

- (void) scheduleInRunLoop: (NSRunLoop *)  aRunLoop
forMode: (NSString *)  mode 

◆ scheduleInRunLoop:forMode:() [2/2]

- (void) scheduleInRunLoop: (NSRunLoop *)  aRunLoop
forMode: (NSString *)  mode 

◆ send:() [1/2]

- (void) send: (id data

◆ send:() [2/2]

- (void) send: (id data

◆ sendPing:() [1/2]

- (void) sendPing: (NSData *)  data

◆ sendPing:() [2/2]

- (void) sendPing: (NSData *)  data

◆ setDelegateDispatchQueue:() [1/2]

- (void) setDelegateDispatchQueue: (dispatch_queue_t)  queue

◆ setDelegateDispatchQueue:() [2/2]

- (void) setDelegateDispatchQueue: (dispatch_queue_t)  queue

◆ setDelegateOperationQueue:() [1/2]

- (void) setDelegateOperationQueue: (NSOperationQueue *)  queue

◆ setDelegateOperationQueue:() [2/2]

- (void) setDelegateOperationQueue: (NSOperationQueue *)  queue

◆ unscheduleFromRunLoop:forMode:() [1/2]

- (void) unscheduleFromRunLoop: (NSRunLoop *)  aRunLoop
forMode: (NSString *)  mode 

◆ unscheduleFromRunLoop:forMode:() [2/2]

- (void) unscheduleFromRunLoop: (NSRunLoop *)  aRunLoop
forMode: (NSString *)  mode 

Property Documentation

◆ delegate

- (id< SRWebSocketDelegate >) delegate
readwritenonatomicweak

◆ protocol

- (NSString *) protocol
readnonatomiccopy

◆ readyState

- (SRReadyState) readyState
readnonatomicassign

◆ url

- (NSURL *) url
readnonatomicretain

The documentation for this class was generated from the following files: