Top "Protocols" questions

A common means for (un)related objects to communicate with each other.

TR-069 cwmp client implementation: open sources comparison

I m looking for an open source implementation for the TR-069 cwmp client (CPE). I want to install it on …

soap protocols network-protocols easycwmp
Can Objective-C protocols and categories be inherited?

I am little confused about some concepts around Objective-C protocols and categories. Can protocols and categories be inherited by subclasses …

iphone objective-c ios protocols objective-c-category
Pass a Swift class as parameter, and then call a class method out of it

I want to be able to store a class as a variable, so I can call class methods out of …

ios swift protocols swift-protocols
What are the protocols supported in Iphone's External Accessory Framework

I'm working on an iphone/ipod app that will need to communicate with a computer (MAC for now, maybe PC …

iphone usb ipod-touch protocols
Checking whether an object conforms to two separate protocols in Objective-C

In Objective-C when you declare an instance variable you can check if it conforms to a protocol on assignment at …

objective-c cocoa cocoa-touch protocols compile-time
LTE stack protocol development

While reading an article on LTE, I came across a term "LTE Stack Protocol Development". Sadly, there was no further …

stack protocols lte
Returning constrained generics from functions and methods

I would like to create a function that returns an object that conforms to a protocol, but the protocol uses …

generics swift protocols type-alias
Using as a concrete type conforming to protocol AnyObject is not supported

I'm using Swift 2 and using WeakContainer as a way to store a set of weak objects, much like NSHashTable.weakObjectsHashTable() …

swift reference hashtable protocols weak
Implementing an HTTP proxy

I would like to implement and HTTP proxy server to get a deeper understanding of some of the finer points …

http protocols rfc http-proxy http-protocols
Basic IRC Server Protocol overview / tutorial

I have to develop my own IRC Server for a project for school. School does not require much and all …

network-programming protocols network-protocols irc