Questions tagged [oneway]

The oneway keyword indicates a method that can be treated as asynchronous with distributed objects.

40 questions
0
votes
1 answer

What is oneway Bool in objectC

In my software, it has a function as below - (oneway BOOL)saveDocument:(INJDocument *)document I don't understand about oneway Bool. Can you explain to me What is the meaning of "oneway Bool"?, when should we use it?
NextTrang
  • 5
  • 5
0
votes
0 answers

Binding using FFImageLoading.Cross.MvxCachedImageView in iOS

I'm using FFImageLoading.Cross.MvxCachedImageView and trying to make conditional binding in iOS, but it fails with the following Mvx trace: Problem seen during binding execution for binding Image for MvxValueConverterValueCombiner…
Hrvoje Matic
  • 1,207
  • 15
  • 12
0
votes
0 answers

gwt cellTable sort only sorts one way

If I set my function to sort ascending, and I click the arrow to sort, then it works. If I click the arrow again, it does not sort the list descending. private void configureSorts() { //Size Comparison ListHandler columnSortHandler =…
Michael
  • 53
  • 3
0
votes
1 answer

EF many to many one way add same item twice to child collection doesn't get saved

Thx for taking the time to read this. I've been looking for an answer to this problem for a week already and I'm running out of ideas... This is the scenario: The model: public class Parent{ public Guid Id {get;set;} public virtual…
Anibal
  • 3
  • 1
0
votes
1 answer

Java : How setup an SSL One-Way authentification for a server-client over a LAN?

What I need: A secure TLS/SSL communication between a server an a client over a LAN Network. The authentication must be a one way-authentication : What I have already done: I have created a server and a client which are able to communicate over a…
Jean
  • 1,707
  • 3
  • 24
  • 43
0
votes
2 answers

Openssl Message Digest One-Way Brute-force attack

I am learning Cryptography and using OPENSSL to implement whatever I am learning. Recently, I found one of the assignment questions and am trying to solve it. I don't have problem understanding most of the questions but this one. 4 Task 2: One-Way…
Alfonso Ward
  • 1
  • 1
  • 1
0
votes
1 answer

networking oneway connection android

my todays problem is the following: I have a network connection, at which both sides have to send commands (bytes), but my reader blocks my writer, thats how it seems to be. If I "disable" my reader (by deleting the reader from source) the writer…
Eveli
  • 498
  • 1
  • 6
  • 27
0
votes
1 answer

Destroying self from within self

I have an Objective-C class whose instances can detect when they are no longer needed and destroy themselves, but I am looking for a safe way to trigger an object's self-destruction from within the object itself, without somehow "destroying the…
Ephemera
  • 8,672
  • 8
  • 44
  • 84
0
votes
3 answers

Is oneway supported in iOS4?

Looking at this article: http://www.galloway.me.uk/tutorials/singleton-classes/ I have implemented a singleton, my question is the oneway (not using ARC) is it supported in iOS 4.0?
John Lane
  • 1,112
  • 1
  • 14
  • 32
-1
votes
2 answers

What's the difference between one way authentication and mutual authentication. And give some examples

I'm studying for this exam identity & access management. The question is what is the difference between one way authentication and mutual authentication? Our prof says mutual is TLS but if I search on the internet TLS is also one way…
1 2
3