Top "Protocols" questions

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

Objective C protocols usage

I have a homework question which confused me, really badly. Below is a brief explanation of a question. Imagine you …

objective-c ios protocols typechecking
How to design and verify distributed systems?

I've been working on a project, which is a combination of an application server and an object database, and is …

distributed protocols high-availability formal-verification
How does a HTTP 1.1 server respond to a HTTP 1.0 request?

How does HTTP 1.1 server should respond to a HTTP 1.0 request for headers like Pragma : no-cache which are supported in HTTP 1.0 …

http http-headers protocols cache-control http-1.1
How to detect an incoming SSL (https) handshake (SSL wire format)?

I'm writing a server which is accepting incoming TCP connections. Let's suppose the server has accepted a TCP connection, and …

ssl protocols handshake
How do i use coordinators with a UIITabBarController?

I'm playing around with the MVVM-C architecture, but i'm unsure how i can instantiate multiple coordinators with different tabs when …

ios swift mvvm uitabbarcontroller protocols
Automatic service discovery protocols

I am currently looking into a variety of service discovery protocols available to Java and have come up with a …

java api protocols service-discovery
What is the difference between Protocol and Json Wire Protocol

Protocol: A standard to define a method of exchanging data over a network. If a browser wants to communicate with …

json http selenium-webdriver protocols webdriver-w3c-spec
Redundant conformance of 'Generic' to protocol 'Equatable' in Swift 2.2

I am Having an error in Equatable while compilation. I wanted to add find or contains method in the list …

swift protocols equatable
Running a function periodically in twisted protocol

I am looking for a way to periodically send some data over all clients connected to a TCP port. I …

python tcp twisted protocols
Difference between the FIX and FAST protocols?

Could anyone explain what the difference between FIX and FAST? When should one use FIX, and when should one use …

protocols finance fix-protocol trading